LUSID C# SDK
|
A leg containing a set of cashflows. More...
Public Member Functions | |
InstrumentPaymentDiaryLeg (string legId=default(string), List< InstrumentPaymentDiaryRow > rows=default(List< InstrumentPaymentDiaryRow >)) | |
Initializes a new instance of the InstrumentPaymentDiaryLeg 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 (InstrumentPaymentDiaryLeg input) |
Returns true if InstrumentPaymentDiaryLeg instances are equal More... | |
override int | GetHashCode () |
Gets the hash code More... | |
Properties | |
string | LegId [get, set] |
Identifier for the leg of a payment diary. More... | |
List< InstrumentPaymentDiaryRow > | Rows [get, set] |
List of individual cashflows within the payment diary. More... | |
A leg containing a set of cashflows.
|
inline |
Initializes a new instance of the InstrumentPaymentDiaryLeg class.
legId | Identifier for the leg of a payment diary.. |
rows | List of individual cashflows within the payment diary.. |
|
inline |
Returns true if InstrumentPaymentDiaryLeg instances are equal
input | Instance of InstrumentPaymentDiaryLeg 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 |
Identifier for the leg of a payment diary.
Identifier for the leg of a payment diary.
|
getset |
List of individual cashflows within the payment diary.
List of individual cashflows within the payment diary.