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

A collection of instrument search results More...

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

Public Member Functions

 InstrumentMatch (List< InstrumentDefinition > masteredInstruments=default(List< InstrumentDefinition >), List< InstrumentDefinition > externalInstruments=default(List< InstrumentDefinition >))
 Initializes a new instance of the InstrumentMatch 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 (InstrumentMatch input)
 Returns true if InstrumentMatch instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

List< InstrumentDefinitionMasteredInstruments [get, set]
 The collection of instruments found by the search which have been mastered within LUSID. More...
 
List< InstrumentDefinitionExternalInstruments [get, set]
 The collection of instruments found by the search which have not been mastered within LUSID and instead found via OpenFIGI. More...
 

Detailed Description

A collection of instrument search results

Constructor & Destructor Documentation

◆ InstrumentMatch()

Lusid.Sdk.Model.InstrumentMatch.InstrumentMatch ( List< InstrumentDefinition masteredInstruments = default(List<InstrumentDefinition>),
List< InstrumentDefinition externalInstruments = default(List<InstrumentDefinition>) 
)
inline

Initializes a new instance of the InstrumentMatch class.

Parameters
masteredInstrumentsThe collection of instruments found by the search which have been mastered within LUSID..
externalInstrumentsThe collection of instruments found by the search which have not been mastered within LUSID and instead found via OpenFIGI..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if InstrumentMatch instances are equal

Parameters
inputInstance of InstrumentMatch to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ExternalInstruments

List<InstrumentDefinition> Lusid.Sdk.Model.InstrumentMatch.ExternalInstruments
getset

The collection of instruments found by the search which have not been mastered within LUSID and instead found via OpenFIGI.

The collection of instruments found by the search which have not been mastered within LUSID and instead found via OpenFIGI.

◆ MasteredInstruments

List<InstrumentDefinition> Lusid.Sdk.Model.InstrumentMatch.MasteredInstruments
getset

The collection of instruments found by the search which have been mastered within LUSID.

The collection of instruments found by the search which have been mastered within LUSID.


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