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

Supported pricing models for an instrument. More...

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

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. &#39;Discounting&#39;. More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

Supported pricing models for an instrument.

Constructor & Destructor Documentation

◆ InstrumentModels()

Lusid.Sdk.Model.InstrumentModels.InstrumentModels ( string  instrumentId = default(string),
List< string >  supportedModels = default(List<string>),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the InstrumentModels class.

Parameters
instrumentIdThe unique LUSID Instrument Identifier (LUID) of the instrument..
supportedModelsThe pricing models supported by the instrument e.g. &#39;Discounting&#39;..
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if InstrumentModels instances are equal

Parameters
inputInstance of InstrumentModels to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ InstrumentId

string Lusid.Sdk.Model.InstrumentModels.InstrumentId
getset

The unique LUSID Instrument Identifier (LUID) of the instrument.

The unique LUSID Instrument Identifier (LUID) of the instrument.

◆ Links

List<Link> Lusid.Sdk.Model.InstrumentModels.Links
getset

Gets or Sets Links

◆ SupportedModels

List<string> Lusid.Sdk.Model.InstrumentModels.SupportedModels
getset

The pricing models supported by the instrument e.g. &#39;Discounting&#39;.

The pricing models supported by the instrument e.g. &#39;Discounting&#39;.


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