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

MultiCurrencyAmounts More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

decimal LocalAmount [get, set]
 Gets or Sets LocalAmount More...
 
decimal BaseAmount [get, set]
 Gets or Sets BaseAmount More...
 

Detailed Description

MultiCurrencyAmounts

Constructor & Destructor Documentation

◆ MultiCurrencyAmounts() [1/2]

Lusid.Sdk.Model.MultiCurrencyAmounts.MultiCurrencyAmounts ( )
inlineprotected

Initializes a new instance of the MultiCurrencyAmounts class.

◆ MultiCurrencyAmounts() [2/2]

Lusid.Sdk.Model.MultiCurrencyAmounts.MultiCurrencyAmounts ( decimal  localAmount = default(decimal),
decimal  baseAmount = default(decimal) 
)
inline

Initializes a new instance of the MultiCurrencyAmounts class.

Parameters
localAmountlocalAmount (required).
baseAmountbaseAmount (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if MultiCurrencyAmounts instances are equal

Parameters
inputInstance of MultiCurrencyAmounts to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ BaseAmount

decimal Lusid.Sdk.Model.MultiCurrencyAmounts.BaseAmount
getset

Gets or Sets BaseAmount

◆ LocalAmount

decimal Lusid.Sdk.Model.MultiCurrencyAmounts.LocalAmount
getset

Gets or Sets LocalAmount


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