|
LUSID C# SDK
|
Class which holds market data overrides to be used in valuation More...

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< EconomicDependencyWithComplexMarketData > | ComplexMarketData [get, set] |
| A list of EconomicDependency paired with quote data satisfying that economic dependency More... | |
| List< EconomicDependencyWithQuote > | Quotes [get, set] |
| A list of EconomicDependency paired with a ComplexMarketData satisfying that economic dependency More... | |
Class which holds market data overrides to be used in valuation
|
inline |
Initializes a new instance of the MarketDataOverrides class.
| complexMarketData | A list of EconomicDependency paired with quote data satisfying that economic dependency. |
| quotes | A list of EconomicDependency paired with a ComplexMarketData satisfying that economic dependency. |
|
inline |
Returns true if MarketDataOverrides instances are equal
| input | Instance of MarketDataOverrides 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 |
A list of EconomicDependency paired with quote data satisfying that economic dependency
A list of EconomicDependency paired with quote data satisfying that economic dependency
|
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