|
LUSID C# SDK
|
This request specifies single target holding. i.e. holding data that the system should match. And deletes previous adjustment made to that holding More...

Public Member Functions | |
| CancelSingleHoldingAdjustmentRequest (Dictionary< string, string > instrumentIdentifiers=default(Dictionary< string, string >), Dictionary< string, PerpetualProperty > subHoldingKeys=default(Dictionary< string, PerpetualProperty >), string currency=default(string), ResourceId custodianAccountId=default(ResourceId)) | |
| Initializes a new instance of the CancelSingleHoldingAdjustmentRequest 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 (CancelSingleHoldingAdjustmentRequest input) |
| Returns true if CancelSingleHoldingAdjustmentRequest instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| CancelSingleHoldingAdjustmentRequest () | |
| Initializes a new instance of the CancelSingleHoldingAdjustmentRequest class. More... | |
Properties | |
| Dictionary< string, string > | InstrumentIdentifiers [get, set] |
| A set of instrument identifiers that can resolve the holding adjustment to a unique instrument. More... | |
| Dictionary< string, PerpetualProperty > | SubHoldingKeys [get, set] |
| The sub-holding properties which identify the holding. Each property must be from the 'Transaction' domain. More... | |
| string | Currency [get, set] |
| The Holding currency. More... | |
| ResourceId | CustodianAccountId [get, set] |
| Gets or Sets CustodianAccountId More... | |
This request specifies single target holding. i.e. holding data that the system should match. And deletes previous adjustment made to that holding
|
inlineprotected |
Initializes a new instance of the CancelSingleHoldingAdjustmentRequest class.
|
inline |
Initializes a new instance of the CancelSingleHoldingAdjustmentRequest class.
| instrumentIdentifiers | A set of instrument identifiers that can resolve the holding adjustment to a unique instrument. (required). |
| subHoldingKeys | The sub-holding properties which identify the holding. Each property must be from the 'Transaction' domain.. |
| currency | The Holding currency. (required). |
| custodianAccountId | custodianAccountId. |
|
inline |
Returns true if CancelSingleHoldingAdjustmentRequest instances are equal
| input | Instance of CancelSingleHoldingAdjustmentRequest 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 Holding currency.
The Holding currency.
|
getset |
Gets or Sets CustodianAccountId
|
getset |
A set of instrument identifiers that can resolve the holding adjustment to a unique instrument.
A set of instrument identifiers that can resolve the holding adjustment to a unique instrument.
|
getset |
The sub-holding properties which identify the holding. Each property must be from the 'Transaction' domain.
The sub-holding properties which identify the holding. Each property must be from the 'Transaction' domain.