|
LUSID C# SDK
|
A list of transactions contributed to a holding. More...

Public Member Functions | |
| HoldingContributor (Transaction transaction=default(Transaction), long? holdingId=default(long?), List< MovementSettlementSummary > movements=default(List< MovementSettlementSummary >)) | |
| Initializes a new instance of the HoldingContributor 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 (HoldingContributor input) |
| Returns true if HoldingContributor instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| HoldingContributor () | |
| Initializes a new instance of the HoldingContributor class. More... | |
Properties | |
| Transaction | Transaction [get, set] |
| Gets or Sets Transaction More... | |
| long? | HoldingId [get, set] |
| The unique holding identifier More... | |
| List< MovementSettlementSummary > | Movements [get, set] |
| Movements contributed to holding More... | |
A list of transactions contributed to a holding.
|
inlineprotected |
Initializes a new instance of the HoldingContributor class.
|
inline |
Initializes a new instance of the HoldingContributor class.
| transaction | transaction (required). |
| holdingId | The unique holding identifier. |
| movements | Movements contributed to holding. |
|
inline |
Returns true if HoldingContributor instances are equal
| input | Instance of HoldingContributor 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 unique holding identifier
The unique holding identifier
|
getset |
Movements contributed to holding
Movements contributed to holding
|
getset |
Gets or Sets Transaction