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

MixedLotConstituentsElection More...

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

Public Member Functions

 MixedLotConstituentsElection (string electionKey=default(string), bool isDefault=default(bool), bool isChosen=default(bool), List< SecurityOfferConstituent > securitiesConstituents=default(List< SecurityOfferConstituent >), List< CashOfferConstituent > cashConstituents=default(List< CashOfferConstituent >), decimal? costFactor=default(decimal?))
 Initializes a new instance of the MixedLotConstituentsElection 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 (MixedLotConstituentsElection input)
 Returns true if MixedLotConstituentsElection instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string ElectionKey [get, set]
 Gets or Sets ElectionKey More...
 
bool IsDefault [get, set]
 Gets or Sets IsDefault More...
 
bool IsChosen [get, set]
 Gets or Sets IsChosen More...
 
List< SecurityOfferConstituentSecuritiesConstituents [get, set]
 Gets or Sets SecuritiesConstituents More...
 
List< CashOfferConstituentCashConstituents [get, set]
 Gets or Sets CashConstituents More...
 
decimal? CostFactor [get, set]
 Gets or Sets CostFactor More...
 

Detailed Description

MixedLotConstituentsElection

Constructor & Destructor Documentation

◆ MixedLotConstituentsElection() [1/2]

Lusid.Sdk.Model.MixedLotConstituentsElection.MixedLotConstituentsElection ( )
inlineprotected

Initializes a new instance of the MixedLotConstituentsElection class.

◆ MixedLotConstituentsElection() [2/2]

Lusid.Sdk.Model.MixedLotConstituentsElection.MixedLotConstituentsElection ( string  electionKey = default(string),
bool  isDefault = default(bool),
bool  isChosen = default(bool),
List< SecurityOfferConstituent securitiesConstituents = default(List<SecurityOfferConstituent>),
List< CashOfferConstituent cashConstituents = default(List<CashOfferConstituent>),
decimal?  costFactor = default(decimal?) 
)
inline

Initializes a new instance of the MixedLotConstituentsElection class.

Parameters
electionKeyelectionKey (required).
isDefaultisDefault.
isChosenisChosen.
securitiesConstituentssecuritiesConstituents.
cashConstituentscashConstituents.
costFactorcostFactor.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if MixedLotConstituentsElection instances are equal

Parameters
inputInstance of MixedLotConstituentsElection to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ CashConstituents

List<CashOfferConstituent> Lusid.Sdk.Model.MixedLotConstituentsElection.CashConstituents
getset

Gets or Sets CashConstituents

◆ CostFactor

decimal? Lusid.Sdk.Model.MixedLotConstituentsElection.CostFactor
getset

Gets or Sets CostFactor

◆ ElectionKey

string Lusid.Sdk.Model.MixedLotConstituentsElection.ElectionKey
getset

Gets or Sets ElectionKey

◆ IsChosen

bool Lusid.Sdk.Model.MixedLotConstituentsElection.IsChosen
getset

Gets or Sets IsChosen

◆ IsDefault

bool Lusid.Sdk.Model.MixedLotConstituentsElection.IsDefault
getset

Gets or Sets IsDefault

◆ SecuritiesConstituents

List<SecurityOfferConstituent> Lusid.Sdk.Model.MixedLotConstituentsElection.SecuritiesConstituents
getset

Gets or Sets SecuritiesConstituents


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