|
LUSID C# SDK
|
Wraps a ComplexMarketData object with information that was retrieved from storage with it. In particular, the scope that the data was stored in, and an object identifying the market data in that scope. More...

Public Member Functions | |
| ListComplexMarketDataWithMetaDataResponse (string scope=default(string), ComplexMarketDataId marketDataId=default(ComplexMarketDataId), ComplexMarketData marketData=default(ComplexMarketData)) | |
| Initializes a new instance of the ListComplexMarketDataWithMetaDataResponse 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 (ListComplexMarketDataWithMetaDataResponse input) |
| Returns true if ListComplexMarketDataWithMetaDataResponse instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Properties | |
| string | Scope [get, set] |
| The scope that the listed ComplexMarketData entity is stored in. More... | |
| ComplexMarketDataId | MarketDataId [get, set] |
| Gets or Sets MarketDataId More... | |
| ComplexMarketData | MarketData [get, set] |
| Gets or Sets MarketData More... | |
Wraps a ComplexMarketData object with information that was retrieved from storage with it. In particular, the scope that the data was stored in, and an object identifying the market data in that scope.
|
inline |
Initializes a new instance of the ListComplexMarketDataWithMetaDataResponse class.
| scope | The scope that the listed ComplexMarketData entity is stored in.. |
| marketDataId | marketDataId. |
| marketData | marketData. |
|
inline |
Returns true if ListComplexMarketDataWithMetaDataResponse instances are equal
| input | Instance of ListComplexMarketDataWithMetaDataResponse to be compared |
|
inline |
Returns true if objects are equal
| input | Object 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
|
getset |
The scope that the listed ComplexMarketData entity is stored in.
The scope that the listed ComplexMarketData entity is stored in.