|
LUSID C# SDK
|
The unique identifier of the quote. More...

Public Member Functions | |
| QuoteId (QuoteSeriesId quoteSeriesId=default(QuoteSeriesId), DateTimeOrCutLabel effectiveAt=default(DateTimeOrCutLabel)) | |
| Initializes a new instance of the QuoteId 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 (QuoteId input) |
| Returns true if QuoteId instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| QuoteId () | |
| Initializes a new instance of the QuoteId class. More... | |
Properties | |
| QuoteSeriesId | QuoteSeriesId [get, set] |
| Gets or Sets QuoteSeriesId More... | |
| DateTimeOrCutLabel | EffectiveAt [get, set] |
| The effective datetime or cut label at which the quote is valid from. More... | |
The unique identifier of the quote.
|
inlineprotected |
Initializes a new instance of the QuoteId class.
|
inline |
Initializes a new instance of the QuoteId class.
| quoteSeriesId | quoteSeriesId (required). |
| effectiveAt | The effective datetime or cut label at which the quote is valid from. (required). |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
|
inline |
Gets the hash code
|
inlinevirtual |
Returns the JSON string presentation of the object
|
inline |
Returns the string presentation of the object
|
getset |
The effective datetime or cut label at which the quote is valid from.
The effective datetime or cut label at which the quote is valid from.
|
getset |
Gets or Sets QuoteSeriesId
1.8.13