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

Election for events that result in cash via a merger or acquisition More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string TenderOfferCurrency [get, set]
 Currency of the cash offer More...
 
decimal TenderOfferPrice [get, set]
 Price per share of the cash offer More...
 
string ElectionKey [get, set]
 Unique key associated to this election. More...
 
bool IsChosen [get, set]
 Is this the election that has been explicitly chosen from multiple options. 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...
 

Detailed Description

Election for events that result in cash via a merger or acquisition

Constructor & Destructor Documentation

◆ TenderOfferElection() [1/2]

Lusid.Sdk.Model.TenderOfferElection.TenderOfferElection ( )
inlineprotected

Initializes a new instance of the TenderOfferElection class.

◆ TenderOfferElection() [2/2]

Lusid.Sdk.Model.TenderOfferElection.TenderOfferElection ( string  tenderOfferCurrency = default(string),
decimal  tenderOfferPrice = default(decimal),
string  electionKey = default(string),
bool  isChosen = default(bool),
bool  isDefault = default(bool) 
)
inline

Initializes a new instance of the TenderOfferElection class.

Parameters
tenderOfferCurrencyCurrency of the cash offer (required).
tenderOfferPricePrice per share of the cash offer (required).
electionKeyUnique key associated to this election. (required).
isChosenIs this the election that has been explicitly chosen from multiple options..
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..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if TenderOfferElection instances are equal

Parameters
inputInstance of TenderOfferElection to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ElectionKey

string Lusid.Sdk.Model.TenderOfferElection.ElectionKey
getset

Unique key associated to this election.

Unique key associated to this election.

◆ IsChosen

bool Lusid.Sdk.Model.TenderOfferElection.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.TenderOfferElection.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.

◆ TenderOfferCurrency

string Lusid.Sdk.Model.TenderOfferElection.TenderOfferCurrency
getset

Currency of the cash offer

Currency of the cash offer

◆ TenderOfferPrice

decimal Lusid.Sdk.Model.TenderOfferElection.TenderOfferPrice
getset

Price per share of the cash offer

Price per share of the cash offer


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