|
LUSID C# SDK
|
CustodianAccountRequest More...

Public Member Functions | |
| CustodianAccountRequest (string scope=default(string), string code=default(string), 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 >), TypedResourceId custodianIdentifier=default(TypedResourceId), string accountType=default(string)) | |
| Initializes a new instance of the CustodianAccountRequest 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 (CustodianAccountRequest input) |
| Returns true if CustodianAccountRequest instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| CustodianAccountRequest () | |
| Initializes a new instance of the CustodianAccountRequest class. More... | |
Properties | |
| string | Scope [get, set] |
| The Scope assigned to the Custodian Account, where left blank the parent Portfolio Scope will be used More... | |
| string | Code [get, set] |
| Unique Code representing the Custodian Account 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... | |
| TypedResourceId | CustodianIdentifier [get, set] |
| Gets or Sets CustodianIdentifier 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 CustodianAccountRequest class.
|
inline |
Initializes a new instance of the CustodianAccountRequest class.
| scope | The Scope assigned to the Custodian Account, where left blank the parent Portfolio Scope will be used. |
| code | Unique Code representing the Custodian Account (required). |
| status | The Account status. Available values: Active, Inactive, Deleted.. |
| 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.. |
| custodianIdentifier | custodianIdentifier (required). |
| accountType | The Type of the Custodian Account. Default value: Margin. Available values: Margin, Cash, Swap.. |
|
inline |
Returns true if CustodianAccountRequest instances are equal
| input | Instance of CustodianAccountRequest 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 |
|
getset |
Gets or Sets CustodianIdentifier
|
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 |
|
getset |