LUSID C# SDK
Public Member Functions | Properties | List of all members
Lusid.Sdk.Model.InstrumentPaymentDiaryLeg Class Reference

A leg containing a set of cashflows. More...

Inheritance diagram for Lusid.Sdk.Model.InstrumentPaymentDiaryLeg:
Inheritance graph
[legend]

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< InstrumentPaymentDiaryRowRows [get, set]
 List of individual cashflows within the payment diary. More...
 

Detailed Description

A leg containing a set of cashflows.

Constructor & Destructor Documentation

◆ InstrumentPaymentDiaryLeg()

Lusid.Sdk.Model.InstrumentPaymentDiaryLeg.InstrumentPaymentDiaryLeg ( int  legIndex = default(int),
string  legId = default(string),
List< InstrumentPaymentDiaryRow rows = default(List<InstrumentPaymentDiaryRow>) 
)
inline

Initializes a new instance of the InstrumentPaymentDiaryLeg class.

Parameters
legIndexIndex (integer) for the leg of a payment diary..
legIdIdentifier string for the leg of a payment diary..
rowsList of individual cashflows within the payment diary..

Member Function Documentation

◆ Equals() [1/2]

bool Lusid.Sdk.Model.InstrumentPaymentDiaryLeg.Equals ( InstrumentPaymentDiaryLeg  input)
inline

Returns true if InstrumentPaymentDiaryLeg instances are equal

Parameters
inputInstance of InstrumentPaymentDiaryLeg to be compared
Returns
Boolean

◆ Equals() [2/2]

override bool Lusid.Sdk.Model.InstrumentPaymentDiaryLeg.Equals ( object  input)
inline

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

override int Lusid.Sdk.Model.InstrumentPaymentDiaryLeg.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

virtual string Lusid.Sdk.Model.InstrumentPaymentDiaryLeg.ToJson ( )
inlinevirtual

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string Lusid.Sdk.Model.InstrumentPaymentDiaryLeg.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ LegId

string Lusid.Sdk.Model.InstrumentPaymentDiaryLeg.LegId
getset

Identifier string for the leg of a payment diary.

Identifier string for the leg of a payment diary.

◆ LegIndex

int Lusid.Sdk.Model.InstrumentPaymentDiaryLeg.LegIndex
getset

Index (integer) for the leg of a payment diary.

Index (integer) for the leg of a payment diary.

◆ Rows

List<InstrumentPaymentDiaryRow> Lusid.Sdk.Model.InstrumentPaymentDiaryLeg.Rows
getset

List of individual cashflows within the payment diary.

List of individual cashflows within the payment diary.


The documentation for this class was generated from the following file: