|
LUSID C# SDK
|
A leg containing a set of cashflows. More...

Public Member Functions | |
| InstrumentPaymentDiaryLeg (int legIndex=default(int), 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 | |
| int | LegIndex [get, set] |
| Index (integer) for the leg of a payment diary. More... | |
| string | LegId [get, set] |
| Identifier string 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.
| legIndex | Index (integer) for the leg of a payment diary.. |
| legId | Identifier string 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 string for the leg of a payment diary.
Identifier string for the leg of a payment diary.
|
getset |
Index (integer) for the leg of a payment diary.
Index (integer) for the leg of a payment diary.
|
getset |
List of individual cashflows within the payment diary.
List of individual cashflows within the payment diary.