|
LUSID C# SDK
|
The breakdown of PnL for a Share Class on a specified date. More...

Public Member Functions | |
| ShareClassPnlBreakdown (Dictionary< string, ShareClassAmount > apportionedNonClassSpecificPnl=default(Dictionary< string, ShareClassAmount >), Dictionary< string, ShareClassAmount > classPnl=default(Dictionary< string, ShareClassAmount >), Dictionary< string, ShareClassAmount > totalPnl=default(Dictionary< string, ShareClassAmount >)) | |
| Initializes a new instance of the ShareClassPnlBreakdown 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 (ShareClassPnlBreakdown input) |
| Returns true if ShareClassPnlBreakdown instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| ShareClassPnlBreakdown () | |
| Initializes a new instance of the ShareClassPnlBreakdown class. More... | |
Properties | |
| Dictionary< string, ShareClassAmount > | ApportionedNonClassSpecificPnl [get, set] |
| Bucket of detail for PnL within the queried period not explicitly allocated to any share class but has been apportioned to the share class. More... | |
| Dictionary< string, ShareClassAmount > | ClassPnl [get, set] |
| Bucket of detail for PnL specific to the share class within the queried period. More... | |
| Dictionary< string, ShareClassAmount > | TotalPnl [get, set] |
| Bucket of detail for the sum of class PnL and PnL not specific to a class within the queried period. More... | |
The breakdown of PnL for a Share Class on a specified date.
|
inlineprotected |
Initializes a new instance of the ShareClassPnlBreakdown class.
|
inline |
Initializes a new instance of the ShareClassPnlBreakdown class.
| apportionedNonClassSpecificPnl | Bucket of detail for PnL within the queried period not explicitly allocated to any share class but has been apportioned to the share class. (required). |
| classPnl | Bucket of detail for PnL specific to the share class within the queried period. (required). |
| totalPnl | Bucket of detail for the sum of class PnL and PnL not specific to a class within the queried period. (required). |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Returns true if ShareClassPnlBreakdown instances are equal
| input | Instance of ShareClassPnlBreakdown 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 |
|
getset |