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

CashOfferConstituent More...

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

Public Member Functions

 CashOfferConstituent (decimal offerPrice=default(decimal), string currency=default(string), DateTimeOffset settlementDate=default(DateTimeOffset), decimal? minPieceSize=default(decimal?), decimal? minIncrement=default(decimal?))
 Initializes a new instance of the CashOfferConstituent 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 (CashOfferConstituent input)
 Returns true if CashOfferConstituent instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

decimal OfferPrice [get, set]
 Gets or Sets OfferPrice More...
 
string Currency [get, set]
 Gets or Sets Currency More...
 
DateTimeOffset SettlementDate [get, set]
 Gets or Sets SettlementDate More...
 
decimal? MinPieceSize [get, set]
 Gets or Sets MinPieceSize More...
 
decimal? MinIncrement [get, set]
 Gets or Sets MinIncrement More...
 

Detailed Description

CashOfferConstituent

Constructor & Destructor Documentation

◆ CashOfferConstituent() [1/2]

Lusid.Sdk.Model.CashOfferConstituent.CashOfferConstituent ( )
inlineprotected

Initializes a new instance of the CashOfferConstituent class.

◆ CashOfferConstituent() [2/2]

Lusid.Sdk.Model.CashOfferConstituent.CashOfferConstituent ( decimal  offerPrice = default(decimal),
string  currency = default(string),
DateTimeOffset  settlementDate = default(DateTimeOffset),
decimal?  minPieceSize = default(decimal?),
decimal?  minIncrement = default(decimal?) 
)
inline

Initializes a new instance of the CashOfferConstituent class.

Parameters
offerPriceofferPrice (required).
currencycurrency (required).
settlementDatesettlementDate (required).
minPieceSizeminPieceSize.
minIncrementminIncrement.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if CashOfferConstituent instances are equal

Parameters
inputInstance of CashOfferConstituent to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Currency

string Lusid.Sdk.Model.CashOfferConstituent.Currency
getset

Gets or Sets Currency

◆ MinIncrement

decimal? Lusid.Sdk.Model.CashOfferConstituent.MinIncrement
getset

Gets or Sets MinIncrement

◆ MinPieceSize

decimal? Lusid.Sdk.Model.CashOfferConstituent.MinPieceSize
getset

Gets or Sets MinPieceSize

◆ OfferPrice

decimal Lusid.Sdk.Model.CashOfferConstituent.OfferPrice
getset

Gets or Sets OfferPrice

◆ SettlementDate

DateTimeOffset Lusid.Sdk.Model.CashOfferConstituent.SettlementDate
getset

Gets or Sets SettlementDate


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