|
LUSID C# SDK
|
The breakdown of Dealing for a Share Class. More...

Public Member Functions | |
| ShareClassDealingBreakdown (Dictionary< string, ShareClassAmount > classDealing=default(Dictionary< string, ShareClassAmount >), Dictionary< string, Amount > classDealingUnits=default(Dictionary< string, Amount >)) | |
| Initializes a new instance of the ShareClassDealingBreakdown 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 (ShareClassDealingBreakdown input) |
| Returns true if ShareClassDealingBreakdown instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| ShareClassDealingBreakdown () | |
| Initializes a new instance of the ShareClassDealingBreakdown class. More... | |
Properties | |
| Dictionary< string, ShareClassAmount > | ClassDealing [get, set] |
| Bucket of detail for any 'Dealing' specific to the share class that has occurred inside the queried period. More... | |
| Dictionary< string, Amount > | ClassDealingUnits [get, set] |
| Bucket of detail for any 'Dealing' units specific to the share class that has occurred inside the queried period. More... | |
The breakdown of Dealing for a Share Class.
|
inlineprotected |
Initializes a new instance of the ShareClassDealingBreakdown class.
|
inline |
Initializes a new instance of the ShareClassDealingBreakdown class.
| classDealing | Bucket of detail for any 'Dealing' specific to the share class that has occurred inside the queried period. (required). |
| classDealingUnits | Bucket of detail for any 'Dealing' units specific to the share class that has occurred inside the queried period. (required). |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Returns true if ShareClassDealingBreakdown instances are equal
| input | Instance of ShareClassDealingBreakdown 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 |
|
getset |