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

The data for a Share Class at the previous valuation point. More...

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

Public Member Functions

 PreviousShareClassBreakdown (PreviousNAV nav=default(PreviousNAV), UnitisationData unitisation=default(UnitisationData), decimal shareClassToFundFxRate=default(decimal))
 Initializes a new instance of the PreviousShareClassBreakdown 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 (PreviousShareClassBreakdown input)
 Returns true if PreviousShareClassBreakdown instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

PreviousNAV Nav [get, set]
 Gets or Sets Nav More...
 
UnitisationData Unitisation [get, set]
 Gets or Sets Unitisation More...
 
decimal ShareClassToFundFxRate [get, set]
 The fx rate from the Share Class currency to the fund currency at this valuation point. More...
 

Detailed Description

The data for a Share Class at the previous valuation point.

Constructor & Destructor Documentation

◆ PreviousShareClassBreakdown() [1/2]

Lusid.Sdk.Model.PreviousShareClassBreakdown.PreviousShareClassBreakdown ( )
inlineprotected

Initializes a new instance of the PreviousShareClassBreakdown class.

◆ PreviousShareClassBreakdown() [2/2]

Lusid.Sdk.Model.PreviousShareClassBreakdown.PreviousShareClassBreakdown ( PreviousNAV  nav = default(PreviousNAV),
UnitisationData  unitisation = default(UnitisationData),
decimal  shareClassToFundFxRate = default(decimal) 
)
inline

Initializes a new instance of the PreviousShareClassBreakdown class.

Parameters
navnav (required).
unitisationunitisation.
shareClassToFundFxRateThe fx rate from the Share Class currency to the fund currency at this valuation point. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if PreviousShareClassBreakdown instances are equal

Parameters
inputInstance of PreviousShareClassBreakdown to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Nav

PreviousNAV Lusid.Sdk.Model.PreviousShareClassBreakdown.Nav
getset

Gets or Sets Nav

◆ ShareClassToFundFxRate

decimal Lusid.Sdk.Model.PreviousShareClassBreakdown.ShareClassToFundFxRate
getset

The fx rate from the Share Class currency to the fund currency at this valuation point.

The fx rate from the Share Class currency to the fund currency at this valuation point.

◆ Unitisation

UnitisationData Lusid.Sdk.Model.PreviousShareClassBreakdown.Unitisation
getset

Gets or Sets Unitisation


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