|
LUSID C# SDK
|
Supported pricing models for an instrument. More...

Public Member Functions | |
| InstrumentModels (string instrumentId=default(string), List< string > supportedModels=default(List< string >), List< Link > links=default(List< Link >)) | |
| Initializes a new instance of the InstrumentModels 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 (InstrumentModels input) |
| Returns true if InstrumentModels instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Properties | |
| string | InstrumentId [get, set] |
| The unique LUSID Instrument Identifier (LUID) of the instrument. More... | |
| List< string > | SupportedModels [get, set] |
| The pricing models supported by the instrument e.g. 'Discounting'. More... | |
| List< Link > | Links [get, set] |
| Gets or Sets Links More... | |
Supported pricing models for an instrument.
|
inline |
Initializes a new instance of the InstrumentModels class.
| instrumentId | The unique LUSID Instrument Identifier (LUID) of the instrument.. |
| supportedModels | The pricing models supported by the instrument e.g. 'Discounting'.. |
| links | links. |
|
inline |
Returns true if InstrumentModels instances are equal
| input | Instance of InstrumentModels 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 |
The unique LUSID Instrument Identifier (LUID) of the instrument.
The unique LUSID Instrument Identifier (LUID) of the instrument.
|
getset |
Gets or Sets Links
|
getset |
The pricing models supported by the instrument e.g. 'Discounting'.
The pricing models supported by the instrument e.g. 'Discounting'.