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

ShareClassAmount More...

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

Public Member Functions

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

Properties

decimal FundCurrencyAmount [get, set]
 The value of the amount in the fund currency. More...
 
decimal ShareClassCurrencyAmount [get, set]
 The value of the amount in the share class currency. More...
 

Detailed Description

ShareClassAmount

Constructor & Destructor Documentation

◆ ShareClassAmount()

Lusid.Sdk.Model.ShareClassAmount.ShareClassAmount ( decimal  fundCurrencyAmount = default(decimal),
decimal  shareClassCurrencyAmount = default(decimal) 
)
inline

Initializes a new instance of the ShareClassAmount class.

Parameters
fundCurrencyAmountThe value of the amount in the fund currency..
shareClassCurrencyAmountThe value of the amount in the share class currency..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ShareClassAmount instances are equal

Parameters
inputInstance of ShareClassAmount to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ FundCurrencyAmount

decimal Lusid.Sdk.Model.ShareClassAmount.FundCurrencyAmount
getset

The value of the amount in the fund currency.

The value of the amount in the fund currency.

◆ ShareClassCurrencyAmount

decimal Lusid.Sdk.Model.ShareClassAmount.ShareClassCurrencyAmount
getset

The value of the amount in the share class currency.

The value of the amount in the share class currency.


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