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

RolloverConstituent More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

ContractDetails ContractDetails [get, set]
 Gets or Sets ContractDetails More...
 
decimal BalanceChange [get, set]
 Balance of the new contract holding. More...
 

Detailed Description

RolloverConstituent

Constructor & Destructor Documentation

◆ RolloverConstituent() [1/2]

Lusid.Sdk.Model.RolloverConstituent.RolloverConstituent ( )
inlineprotected

Initializes a new instance of the RolloverConstituent class.

◆ RolloverConstituent() [2/2]

Lusid.Sdk.Model.RolloverConstituent.RolloverConstituent ( ContractDetails  contractDetails = default(ContractDetails),
decimal  balanceChange = default(decimal) 
)
inline

Initializes a new instance of the RolloverConstituent class.

Parameters
contractDetailscontractDetails (required).
balanceChangeBalance of the new contract holding. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if RolloverConstituent instances are equal

Parameters
inputInstance of RolloverConstituent to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ BalanceChange

decimal Lusid.Sdk.Model.RolloverConstituent.BalanceChange
getset

Balance of the new contract holding.

Balance of the new contract holding.

◆ ContractDetails

ContractDetails Lusid.Sdk.Model.RolloverConstituent.ContractDetails
getset

Gets or Sets ContractDetails


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