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

InstrumentSearchProperty More...

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

Public Member Functions

 InstrumentSearchProperty (string key=default(string), string value=default(string))
 Initializes a new instance of the InstrumentSearchProperty 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 (InstrumentSearchProperty input)
 Returns true if InstrumentSearchProperty instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

 InstrumentSearchProperty ()
 Initializes a new instance of the InstrumentSearchProperty class. More...
 

Properties

string Key [get, set]
 The property key of instrument property to search for. This will be from the 'Instrument' domain and will take the format {domain}/{scope}/{code} e.g. 'Instrument/system/Isin' or 'Instrument/MyScope/AssetClass'. More...
 
string Value [get, set]
 The value of the property e.g. 'US0378331005' or 'Equity'. More...
 

Detailed Description

InstrumentSearchProperty

Constructor & Destructor Documentation

◆ InstrumentSearchProperty() [1/2]

Lusid.Sdk.Model.InstrumentSearchProperty.InstrumentSearchProperty ( )
inlineprotected

Initializes a new instance of the InstrumentSearchProperty class.

◆ InstrumentSearchProperty() [2/2]

Lusid.Sdk.Model.InstrumentSearchProperty.InstrumentSearchProperty ( string  key = default(string),
string  value = default(string) 
)
inline

Initializes a new instance of the InstrumentSearchProperty class.

Parameters
keyThe property key of instrument property to search for. This will be from the 'Instrument' domain and will take the format {domain}/{scope}/{code} e.g. 'Instrument/system/Isin' or 'Instrument/MyScope/AssetClass'. (required).
valueThe value of the property e.g. 'US0378331005' or 'Equity'. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if InstrumentSearchProperty instances are equal

Parameters
inputInstance of InstrumentSearchProperty to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Key

string Lusid.Sdk.Model.InstrumentSearchProperty.Key
getset

The property key of instrument property to search for. This will be from the 'Instrument' domain and will take the format {domain}/{scope}/{code} e.g. 'Instrument/system/Isin' or 'Instrument/MyScope/AssetClass'.

The property key of instrument property to search for. This will be from the 'Instrument' domain and will take the format {domain}/{scope}/{code} e.g. 'Instrument/system/Isin' or 'Instrument/MyScope/AssetClass'.

◆ Value

string Lusid.Sdk.Model.InstrumentSearchProperty.Value
getset

The value of the property e.g. 'US0378331005' or 'Equity'.

The value of the property e.g. 'US0378331005' or 'Equity'.


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