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

A payment diary containing all the cashflows on a single instrument. More...

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

Public Member Functions

 InstrumentPaymentDiary (string instrumentIdType=default(string), string instrumentId=default(string), string instrumentScope=default(string), ModelVersion version=default(ModelVersion), List< InstrumentPaymentDiaryLeg > legs=default(List< InstrumentPaymentDiaryLeg >), string href=default(string), List< Link > links=default(List< Link >))
 Initializes a new instance of the InstrumentPaymentDiary 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 (InstrumentPaymentDiary input)
 Returns true if InstrumentPaymentDiary instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

string InstrumentIdType [get, set]
 The identifier type of the instrument. More...
 
string InstrumentId [get, set]
 The identifier for the instrument. More...
 
string InstrumentScope [get, set]
 The scope of the instrument. More...
 
ModelVersion _Version [get, set]
 Gets or Sets _Version More...
 
List< InstrumentPaymentDiaryLegLegs [get, set]
 Aggregated sets of Cashflows. More...
 
string Href [get, set]
 The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime. More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

A payment diary containing all the cashflows on a single instrument.

Constructor & Destructor Documentation

◆ InstrumentPaymentDiary()

Lusid.Sdk.Model.InstrumentPaymentDiary.InstrumentPaymentDiary ( string  instrumentIdType = default(string),
string  instrumentId = default(string),
string  instrumentScope = default(string),
ModelVersion  version = default(ModelVersion),
List< InstrumentPaymentDiaryLeg legs = default(List<InstrumentPaymentDiaryLeg>),
string  href = default(string),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the InstrumentPaymentDiary class.

Parameters
instrumentIdTypeThe identifier type of the instrument..
instrumentIdThe identifier for the instrument..
instrumentScopeThe scope of the instrument..
versionversion.
legsAggregated sets of Cashflows..
hrefThe specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime..
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if InstrumentPaymentDiary instances are equal

Parameters
inputInstance of InstrumentPaymentDiary to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ _Version

ModelVersion Lusid.Sdk.Model.InstrumentPaymentDiary._Version
getset

Gets or Sets _Version

◆ Href

string Lusid.Sdk.Model.InstrumentPaymentDiary.Href
getset

The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.

The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.

◆ InstrumentId

string Lusid.Sdk.Model.InstrumentPaymentDiary.InstrumentId
getset

The identifier for the instrument.

The identifier for the instrument.

◆ InstrumentIdType

string Lusid.Sdk.Model.InstrumentPaymentDiary.InstrumentIdType
getset

The identifier type of the instrument.

The identifier type of the instrument.

◆ InstrumentScope

string Lusid.Sdk.Model.InstrumentPaymentDiary.InstrumentScope
getset

The scope of the instrument.

The scope of the instrument.

◆ Legs

List<InstrumentPaymentDiaryLeg> Lusid.Sdk.Model.InstrumentPaymentDiary.Legs
getset

Aggregated sets of Cashflows.

Aggregated sets of Cashflows.

◆ Links

List<Link> Lusid.Sdk.Model.InstrumentPaymentDiary.Links
getset

Gets or Sets Links


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