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

Class which holds market data overrides to be used in valuation More...

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

Public Member Functions

 MarketDataOverrides (List< EconomicDependencyWithComplexMarketData > complexMarketData=default(List< EconomicDependencyWithComplexMarketData >), List< EconomicDependencyWithQuote > quotes=default(List< EconomicDependencyWithQuote >))
 Initializes a new instance of the MarketDataOverrides 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 (MarketDataOverrides input)
 Returns true if MarketDataOverrides instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

List< EconomicDependencyWithComplexMarketDataComplexMarketData [get, set]
 A list of EconomicDependency paired with quote data satisfying that economic dependency More...
 
List< EconomicDependencyWithQuoteQuotes [get, set]
 A list of EconomicDependency paired with a ComplexMarketData satisfying that economic dependency More...
 

Detailed Description

Class which holds market data overrides to be used in valuation

Constructor & Destructor Documentation

◆ MarketDataOverrides()

Lusid.Sdk.Model.MarketDataOverrides.MarketDataOverrides ( List< EconomicDependencyWithComplexMarketData complexMarketData = default(List<EconomicDependencyWithComplexMarketData>),
List< EconomicDependencyWithQuote quotes = default(List<EconomicDependencyWithQuote>) 
)
inline

Initializes a new instance of the MarketDataOverrides class.

Parameters
complexMarketDataA list of EconomicDependency paired with quote data satisfying that economic dependency.
quotesA list of EconomicDependency paired with a ComplexMarketData satisfying that economic dependency.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if MarketDataOverrides instances are equal

Parameters
inputInstance of MarketDataOverrides to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ComplexMarketData

List<EconomicDependencyWithComplexMarketData> Lusid.Sdk.Model.MarketDataOverrides.ComplexMarketData
getset

A list of EconomicDependency paired with quote data satisfying that economic dependency

A list of EconomicDependency paired with quote data satisfying that economic dependency

◆ Quotes

List<EconomicDependencyWithQuote> Lusid.Sdk.Model.MarketDataOverrides.Quotes
getset

A list of EconomicDependency paired with a ComplexMarketData satisfying that economic dependency

A list of EconomicDependency paired with a ComplexMarketData satisfying that economic dependency


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