Class: Convert
Constructors
constructor
• new Convert()
Methods
contactListToJson
▸ Static contactListToJson(value): string
Parameters
| Name | Type |
|---|---|
value | ContactList |
Returns
string
contactToJson
▸ Static contactToJson(value): string
Parameters
| Name | Type |
|---|---|
value | Contact |
Returns
string
contextToJson
▸ Static contextToJson(value): string
Parameters
| Name | Type |
|---|---|
value | Context |
Returns
string
countryToJson
▸ Static countryToJson(value): string
Parameters
| Name | Type |
|---|---|
value | Country |
Returns
string
instrumentListToJson
▸ Static instrumentListToJson(value): string
Parameters
| Name | Type |
|---|---|
value | InstrumentList |
Returns
string
instrumentToJson
▸ Static instrumentToJson(value): string
Parameters
| Name | Type |
|---|---|
value | Instrument |
Returns
string
organizationToJson
▸ Static organizationToJson(value): string
Parameters
| Name | Type |
|---|---|
value | Organization |
Returns
string
portfolioToJson
▸ Static portfolioToJson(value): string
Parameters
| Name | Type |
|---|---|
value | Portfolio |
Returns
string
positionToJson
▸ Static positionToJson(value): string
Parameters
| Name | Type |
|---|---|
value | Position |
Returns
string
toContact
▸ Static toContact(json): Contact
Parameters
| Name | Type |
|---|---|
json | string |
Returns
toContactList
▸ Static toContactList(json): ContactList
Parameters
| Name | Type |
|---|---|
json | string |
Returns
toContext
▸ Static toContext(json): Context
Parameters
| Name | Type |
|---|---|
json | string |
Returns
toCountry
▸ Static toCountry(json): Country
Parameters
| Name | Type |
|---|---|
json | string |
Returns
toInstrument
▸ Static toInstrument(json): Instrument
Parameters
| Name | Type |
|---|---|
json | string |
Returns
toInstrumentList
▸ Static toInstrumentList(json): InstrumentList
Parameters
| Name | Type |
|---|---|
json | string |
Returns
toOrganization
▸ Static toOrganization(json): Organization
Parameters
| Name | Type |
|---|---|
json | string |
Returns
toPortfolio
▸ Static toPortfolio(json): Portfolio
Parameters
| Name | Type |
|---|---|
json | string |
Returns
toPosition
▸ Static toPosition(json): Position
Parameters
| Name | Type |
|---|---|
json | string |