|
LUSID C# SDK
|
The details of the complex market data item to upsert into Lusid. More...

Public Member Functions | |
| UpsertComplexMarketDataRequest (ComplexMarketDataId marketDataId=default(ComplexMarketDataId), ComplexMarketData marketData=default(ComplexMarketData)) | |
| Initializes a new instance of the UpsertComplexMarketDataRequest 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 (UpsertComplexMarketDataRequest input) |
| Returns true if UpsertComplexMarketDataRequest instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| UpsertComplexMarketDataRequest () | |
| Initializes a new instance of the UpsertComplexMarketDataRequest class. More... | |
Properties | |
| ComplexMarketDataId | MarketDataId [get, set] |
| Gets or Sets MarketDataId More... | |
| ComplexMarketData | MarketData [get, set] |
| Gets or Sets MarketData More... | |
The details of the complex market data item to upsert into Lusid.
|
inlineprotected |
Initializes a new instance of the UpsertComplexMarketDataRequest class.
|
inline |
Initializes a new instance of the UpsertComplexMarketDataRequest class.
| marketDataId | marketDataId (required). |
| marketData | marketData (required). |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Returns true if UpsertComplexMarketDataRequest instances are equal
| input | Instance of UpsertComplexMarketDataRequest 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 |
Gets or Sets MarketData
|
getset |
Gets or Sets MarketDataId