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

Option exercise election. More...

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

Public Member Functions

 OptionExerciseElection (string electionKey=default(string), bool isDefault=default(bool), bool isChosen=default(bool))
 Initializes a new instance of the OptionExerciseElection 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 (OptionExerciseElection input)
 Returns true if OptionExerciseElection instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string ElectionKey [get, set]
 Unique key associated to this election More...
 
bool IsDefault [get, set]
 Is this election automatically applied in the absence of an election having been made. May only be true for one election if multiple are provided. More...
 
bool IsChosen [get, set]
 Is this the election that has been explicitly chosen from multiple options. More...
 

Detailed Description

Option exercise election.

Constructor & Destructor Documentation

◆ OptionExerciseElection() [1/2]

Lusid.Sdk.Model.OptionExerciseElection.OptionExerciseElection ( )
inlineprotected

Initializes a new instance of the OptionExerciseElection class.

◆ OptionExerciseElection() [2/2]

Lusid.Sdk.Model.OptionExerciseElection.OptionExerciseElection ( string  electionKey = default(string),
bool  isDefault = default(bool),
bool  isChosen = default(bool) 
)
inline

Initializes a new instance of the OptionExerciseElection class.

Parameters
electionKeyUnique key associated to this election (required).
isDefaultIs this election automatically applied in the absence of an election having been made. May only be true for one election if multiple are provided..
isChosenIs this the election that has been explicitly chosen from multiple options..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if OptionExerciseElection instances are equal

Parameters
inputInstance of OptionExerciseElection to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ElectionKey

string Lusid.Sdk.Model.OptionExerciseElection.ElectionKey
getset

Unique key associated to this election

Unique key associated to this election

◆ IsChosen

bool Lusid.Sdk.Model.OptionExerciseElection.IsChosen
getset

Is this the election that has been explicitly chosen from multiple options.

Is this the election that has been explicitly chosen from multiple options.

◆ IsDefault

bool Lusid.Sdk.Model.OptionExerciseElection.IsDefault
getset

Is this election automatically applied in the absence of an election having been made. May only be true for one election if multiple are provided.

Is this election automatically applied in the absence of an election having been made. May only be true for one election if multiple are provided.


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