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

AllocationGroupClassDefinition More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string ShareClassShortCode [get, set]
 A short code that uniquely identifies the share class within the Fund and is attached to the transaction. More...
 
ResourceId ShareClassFundId [get, set]
 Gets or Sets ShareClassFundId More...
 
decimal? ApportionmentFactor [get, set]
 The weighting factor used for apportionment across this share class. More...
 
string ShareClassSeriesCode [get, set]
 An optional series identifier for the share class. If not provided, the share class will include all series. More...
 

Detailed Description

AllocationGroupClassDefinition

Constructor & Destructor Documentation

◆ AllocationGroupClassDefinition() [1/2]

Lusid.Sdk.Model.AllocationGroupClassDefinition.AllocationGroupClassDefinition ( )
inlineprotected

Initializes a new instance of the AllocationGroupClassDefinition class.

◆ AllocationGroupClassDefinition() [2/2]

Lusid.Sdk.Model.AllocationGroupClassDefinition.AllocationGroupClassDefinition ( string  shareClassShortCode = default(string),
ResourceId  shareClassFundId = default(ResourceId),
decimal?  apportionmentFactor = default(decimal?),
string  shareClassSeriesCode = default(string) 
)
inline

Initializes a new instance of the AllocationGroupClassDefinition class.

Parameters
shareClassShortCodeA short code that uniquely identifies the share class within the Fund and is attached to the transaction. (required).
shareClassFundIdshareClassFundId.
apportionmentFactorThe weighting factor used for apportionment across this share class..
shareClassSeriesCodeAn optional series identifier for the share class. If not provided, the share class will include all series..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if AllocationGroupClassDefinition instances are equal

Parameters
inputInstance of AllocationGroupClassDefinition to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ApportionmentFactor

decimal? Lusid.Sdk.Model.AllocationGroupClassDefinition.ApportionmentFactor
getset

The weighting factor used for apportionment across this share class.

The weighting factor used for apportionment across this share class.

◆ ShareClassFundId

ResourceId Lusid.Sdk.Model.AllocationGroupClassDefinition.ShareClassFundId
getset

Gets or Sets ShareClassFundId

◆ ShareClassSeriesCode

string Lusid.Sdk.Model.AllocationGroupClassDefinition.ShareClassSeriesCode
getset

An optional series identifier for the share class. If not provided, the share class will include all series.

An optional series identifier for the share class. If not provided, the share class will include all series.

◆ ShareClassShortCode

string Lusid.Sdk.Model.AllocationGroupClassDefinition.ShareClassShortCode
getset

A short code that uniquely identifies the share class within the Fund and is attached to the transaction.

A short code that uniquely identifies the share class within the Fund and is attached to the transaction.


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