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

The breakdown of Dealing for a Share Class. More...

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

Public Member Functions

 ShareClassDealingBreakdown (Dictionary< string, ShareClassAmount > classDealing=default(Dictionary< string, ShareClassAmount >), Dictionary< string, Amount > classDealingUnits=default(Dictionary< string, Amount >))
 Initializes a new instance of the ShareClassDealingBreakdown 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 (ShareClassDealingBreakdown input)
 Returns true if ShareClassDealingBreakdown instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

Dictionary< string, ShareClassAmountClassDealing [get, set]
 Bucket of detail for any &#39;Dealing&#39; specific to the share class that has occurred inside the queried period. More...
 
Dictionary< string, AmountClassDealingUnits [get, set]
 Bucket of detail for any &#39;Dealing&#39; units specific to the share class that has occurred inside the queried period. More...
 

Detailed Description

The breakdown of Dealing for a Share Class.

Constructor & Destructor Documentation

◆ ShareClassDealingBreakdown() [1/2]

Lusid.Sdk.Model.ShareClassDealingBreakdown.ShareClassDealingBreakdown ( )
inlineprotected

Initializes a new instance of the ShareClassDealingBreakdown class.

◆ ShareClassDealingBreakdown() [2/2]

Lusid.Sdk.Model.ShareClassDealingBreakdown.ShareClassDealingBreakdown ( Dictionary< string, ShareClassAmount classDealing = default(Dictionary<string, ShareClassAmount>),
Dictionary< string, Amount classDealingUnits = default(Dictionary<string, Amount>) 
)
inline

Initializes a new instance of the ShareClassDealingBreakdown class.

Parameters
classDealingBucket of detail for any &#39;Dealing&#39; specific to the share class that has occurred inside the queried period. (required).
classDealingUnitsBucket of detail for any &#39;Dealing&#39; units specific to the share class that has occurred inside the queried period. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ShareClassDealingBreakdown instances are equal

Parameters
inputInstance of ShareClassDealingBreakdown to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ClassDealing

Dictionary<string, ShareClassAmount> Lusid.Sdk.Model.ShareClassDealingBreakdown.ClassDealing
getset

Bucket of detail for any &#39;Dealing&#39; specific to the share class that has occurred inside the queried period.

Bucket of detail for any &#39;Dealing&#39; specific to the share class that has occurred inside the queried period.

◆ ClassDealingUnits

Dictionary<string, Amount> Lusid.Sdk.Model.ShareClassDealingBreakdown.ClassDealingUnits
getset

Bucket of detail for any &#39;Dealing&#39; units specific to the share class that has occurred inside the queried period.

Bucket of detail for any &#39;Dealing&#39; units specific to the share class that has occurred inside the queried period.


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