|
LUSID C# SDK
|
The details of the quote including its unique identifier, value and lineage. More...

Public Member Functions | |
| UpsertQuoteRequest (QuoteId quoteId=default(QuoteId), MetricValue metricValue=default(MetricValue), string lineage=default(string), decimal? scaleFactor=default(decimal?)) | |
| Initializes a new instance of the UpsertQuoteRequest 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 (UpsertQuoteRequest input) |
| Returns true if UpsertQuoteRequest instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| UpsertQuoteRequest () | |
| Initializes a new instance of the UpsertQuoteRequest class. More... | |
Properties | |
| QuoteId | QuoteId [get, set] |
| Gets or Sets QuoteId More... | |
| MetricValue | MetricValue [get, set] |
| Gets or Sets MetricValue More... | |
| string | Lineage [get, set] |
| Description of the quote's lineage e.g. 'FundAccountant_GreenQuality'. More... | |
| decimal | ScaleFactor [get, set] |
| An optional scale factor for non-standard scaling of quotes against the instrument. If not supplied, the default ScaleFactor is 1. More... | |
The details of the quote including its unique identifier, value and lineage.
|
inlineprotected |
Initializes a new instance of the UpsertQuoteRequest class.
|
inline |
Initializes a new instance of the UpsertQuoteRequest class.
| quoteId | quoteId (required). |
| metricValue | metricValue. |
| lineage | Description of the quote's lineage e.g. 'FundAccountant_GreenQuality'.. |
| scaleFactor | An optional scale factor for non-standard scaling of quotes against the instrument. If not supplied, the default ScaleFactor is 1.. |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Returns true if UpsertQuoteRequest instances are equal
| input | Instance of UpsertQuoteRequest to be compared |
|
inline |
Gets the hash code
|
inlinevirtual |
Returns the JSON string presentation of the object
|
inline |
Returns the string presentation of the object
|
getset |
Description of the quote's lineage e.g. 'FundAccountant_GreenQuality'.
Description of the quote's lineage e.g. 'FundAccountant_GreenQuality'.
|
getset |
Gets or Sets MetricValue
|
getset |
An optional scale factor for non-standard scaling of quotes against the instrument. If not supplied, the default ScaleFactor is 1.
An optional scale factor for non-standard scaling of quotes against the instrument. If not supplied, the default ScaleFactor is 1.
1.8.13