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

Wraps a Finbourne.WebApi.Interface.Dto.ComplexMarketData.ComplexMarketData object with information that was retrieved from storage with it. In particular, the scope that the data was stored in, and a <seealso cref&#x3D;&quot;T:Finbourne.WebApi.Interface.Dto.ComplexMarketData.ComplexMarketDataId&quot; /> object identifying the market data in that scope. More...

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

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...
 

Detailed Description

Wraps a Finbourne.WebApi.Interface.Dto.ComplexMarketData.ComplexMarketData object with information that was retrieved from storage with it. In particular, the scope that the data was stored in, and a <seealso cref&#x3D;&quot;T:Finbourne.WebApi.Interface.Dto.ComplexMarketData.ComplexMarketDataId&quot; /> object identifying the market data in that scope.

Constructor & Destructor Documentation

◆ ListComplexMarketDataWithMetaDataResponse()

Lusid.Sdk.Model.ListComplexMarketDataWithMetaDataResponse.ListComplexMarketDataWithMetaDataResponse ( string  scope = default(string),
ComplexMarketDataId  marketDataId = default(ComplexMarketDataId),
ComplexMarketData  marketData = default(ComplexMarketData) 
)
inline

Initializes a new instance of the ListComplexMarketDataWithMetaDataResponse class.

Parameters
scopeThe scope that the listed ComplexMarketData entity is stored in..
marketDataIdmarketDataId.
marketDatamarketData.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if ListComplexMarketDataWithMetaDataResponse instances are equal

Parameters
inputInstance of ListComplexMarketDataWithMetaDataResponse to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ MarketData

ComplexMarketData Lusid.Sdk.Model.ListComplexMarketDataWithMetaDataResponse.MarketData
getset

Gets or Sets MarketData

◆ MarketDataId

ComplexMarketDataId Lusid.Sdk.Model.ListComplexMarketDataWithMetaDataResponse.MarketDataId
getset

Gets or Sets MarketDataId

◆ Scope

string Lusid.Sdk.Model.ListComplexMarketDataWithMetaDataResponse.Scope
getset

The scope that the listed ComplexMarketData entity is stored in.

The scope that the listed ComplexMarketData entity is stored in.


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