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

SettlementInLieu More...

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

Public Member Functions

 SettlementInLieu (string originalSettlementCurrency=default(string), decimal? amount=default(decimal?))
 Initializes a new instance of the SettlementInLieu 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 (SettlementInLieu input)
 Returns true if SettlementInLieu instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

 SettlementInLieu ()
 Initializes a new instance of the SettlementInLieu class. More...
 

Properties

string OriginalSettlementCurrency [get, set]
 Gets or Sets OriginalSettlementCurrency More...
 
decimal? Amount [get, set]
 Gets or Sets Amount More...
 

Detailed Description

SettlementInLieu

Constructor & Destructor Documentation

◆ SettlementInLieu() [1/2]

Lusid.Sdk.Model.SettlementInLieu.SettlementInLieu ( )
inlineprotected

Initializes a new instance of the SettlementInLieu class.

◆ SettlementInLieu() [2/2]

Lusid.Sdk.Model.SettlementInLieu.SettlementInLieu ( string  originalSettlementCurrency = default(string),
decimal?  amount = default(decimal?) 
)
inline

Initializes a new instance of the SettlementInLieu class.

Parameters
originalSettlementCurrencyoriginalSettlementCurrency (required).
amountamount.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if SettlementInLieu instances are equal

Parameters
inputInstance of SettlementInLieu to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Amount

decimal? Lusid.Sdk.Model.SettlementInLieu.Amount
getset

Gets or Sets Amount

◆ OriginalSettlementCurrency

string Lusid.Sdk.Model.SettlementInLieu.OriginalSettlementCurrency
getset

Gets or Sets OriginalSettlementCurrency


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