|
LUSID C# SDK
|

Public Member Functions | |
| CustodianAccount (ResourceId custodianAccountId=default(ResourceId), string status=default(string), string accountNumber=default(string), string accountName=default(string), string accountingMethod=default(string), string currency=default(string), Dictionary< string, Property > properties=default(Dictionary< string, Property >), LegalEntity custodian=default(LegalEntity), string accountType=default(string)) | |
| Initializes a new instance of the CustodianAccount class. More... | |
| override string | ToString () |
| Returns the string presentation of the object More... | |
| virtual string | ToJson () |
| Returns the JSON string presentation of the object More... | |
| override bool | Equals (object input) |
| Returns true if objects are equal More... | |
| bool | Equals (CustodianAccount input) |
| Returns true if CustodianAccount instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| CustodianAccount () | |
| Initializes a new instance of the CustodianAccount class. More... | |
Properties | |
| ResourceId | CustodianAccountId [get, set] |
| Gets or Sets CustodianAccountId More... | |
| string | Status [get, set] |
| The Account status. Available values: Active, Inactive, Deleted. More... | |
| string | AccountNumber [get, set] |
| The Custodian Account Number More... | |
| string | AccountName [get, set] |
| The identifiable name given to the Custodian Account More... | |
| string | AccountingMethod [get, set] |
| The Accounting method to be used. Available values: Default, AverageCost, FirstInFirstOut, LastInFirstOut, HighestCostFirst, LowestCostFirst, ProRateByUnits, ProRateByCost, ProRateByCostPortfolioCurrency, IntraDayThenFirstInFirstOut, LongTermHighestCostFirst, LongTermHighestCostFirstPortfolioCurrency, HighestCostFirstPortfolioCurrency, LowestCostFirstPortfolioCurrency, MaximumLossMinimumGain, MaximumLossMinimumGainPortfolioCurrency. More... | |
| string | Currency [get, set] |
| The Currency for the Account More... | |
| Dictionary< string, Property > | Properties [get, set] |
| Set of unique Custodian Account properties and associated values to store with the Custodian Account. Each property must be from the 'CustodianAccount' domain. More... | |
| LegalEntity | Custodian [get, set] |
| Gets or Sets Custodian More... | |
| string | AccountType [get, set] |
| The Type of the Custodian Account. Default value: Margin. Available values: Margin, Cash, Swap. More... | |
|
inlineprotected |
Initializes a new instance of the CustodianAccount class.
|
inline |
Initializes a new instance of the CustodianAccount class.
| custodianAccountId | custodianAccountId (required). |
| status | The Account status. Available values: Active, Inactive, Deleted. (required). |
| accountNumber | The Custodian Account Number (required). |
| accountName | The identifiable name given to the Custodian Account (required). |
| accountingMethod | The Accounting method to be used. Available values: Default, AverageCost, FirstInFirstOut, LastInFirstOut, HighestCostFirst, LowestCostFirst, ProRateByUnits, ProRateByCost, ProRateByCostPortfolioCurrency, IntraDayThenFirstInFirstOut, LongTermHighestCostFirst, LongTermHighestCostFirstPortfolioCurrency, HighestCostFirstPortfolioCurrency, LowestCostFirstPortfolioCurrency, MaximumLossMinimumGain, MaximumLossMinimumGainPortfolioCurrency. (required). |
| currency | The Currency for the Account (required). |
| properties | Set of unique Custodian Account properties and associated values to store with the Custodian Account. Each property must be from the 'CustodianAccount' domain.. |
| custodian | custodian (required). |
| accountType | The Type of the Custodian Account. Default value: Margin. Available values: Margin, Cash, Swap. (required). |
|
inline |
Returns true if CustodianAccount instances are equal
| input | Instance of CustodianAccount to be compared |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Gets the hash code
|
inlinevirtual |
Returns the JSON string presentation of the object
|
inline |
Returns the string presentation of the object
|
getset |
The Accounting method to be used. Available values: Default, AverageCost, FirstInFirstOut, LastInFirstOut, HighestCostFirst, LowestCostFirst, ProRateByUnits, ProRateByCost, ProRateByCostPortfolioCurrency, IntraDayThenFirstInFirstOut, LongTermHighestCostFirst, LongTermHighestCostFirstPortfolioCurrency, HighestCostFirstPortfolioCurrency, LowestCostFirstPortfolioCurrency, MaximumLossMinimumGain, MaximumLossMinimumGainPortfolioCurrency.
The Accounting method to be used. Available values: Default, AverageCost, FirstInFirstOut, LastInFirstOut, HighestCostFirst, LowestCostFirst, ProRateByUnits, ProRateByCost, ProRateByCostPortfolioCurrency, IntraDayThenFirstInFirstOut, LongTermHighestCostFirst, LongTermHighestCostFirstPortfolioCurrency, HighestCostFirstPortfolioCurrency, LowestCostFirstPortfolioCurrency, MaximumLossMinimumGain, MaximumLossMinimumGainPortfolioCurrency.
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
Gets or Sets Custodian
|
getset |
Gets or Sets CustodianAccountId
|
getset |
Set of unique Custodian Account properties and associated values to store with the Custodian Account. Each property must be from the 'CustodianAccount' domain.
Set of unique Custodian Account properties and associated values to store with the Custodian Account. Each property must be from the 'CustodianAccount' domain.
|
getset |