|
LUSID C# SDK
|
The data for a Share Class. Includes Valuation Point Data and instrument information. More...

Public Member Functions | |
| ShareClassData (ShareClassBreakdown shareClassBreakdown=default(ShareClassBreakdown), ShareClassDetails shareClassDetails=default(ShareClassDetails)) | |
| Initializes a new instance of the ShareClassData 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 (ShareClassData input) |
| Returns true if ShareClassData instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| ShareClassData () | |
| Initializes a new instance of the ShareClassData class. More... | |
Properties | |
| ShareClassBreakdown | ShareClassBreakdown [get, set] |
| Gets or Sets ShareClassBreakdown More... | |
| ShareClassDetails | ShareClassDetails [get, set] |
| Gets or Sets ShareClassDetails More... | |
The data for a Share Class. Includes Valuation Point Data and instrument information.
|
inlineprotected |
Initializes a new instance of the ShareClassData class.
|
inline |
Initializes a new instance of the ShareClassData class.
| shareClassBreakdown | shareClassBreakdown (required). |
| shareClassDetails | shareClassDetails. |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Returns true if ShareClassData instances are equal
| input | Instance of ShareClassData 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 |
Gets or Sets ShareClassBreakdown
|
getset |
Gets or Sets ShareClassDetails