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

GetInstrumentsResponse More...

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

Public Member Functions

 GetInstrumentsResponse (string href=default(string), Dictionary< string, Instrument > values=default(Dictionary< string, Instrument >), Dictionary< string, ErrorDetail > failed=default(Dictionary< string, ErrorDetail >), List< Link > links=default(List< Link >))
 Initializes a new instance of the GetInstrumentsResponse 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 (GetInstrumentsResponse input)
 Returns true if GetInstrumentsResponse instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

string Href [get, set]
 The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime. More...
 
Dictionary< string, InstrumentValues [get, set]
 The instrument definitions, keyed by the identifier used to retrieve them. Only instruments that were found will be contained in this collection. More...
 
Dictionary< string, ErrorDetailFailed [get, set]
 The identifiers that did not resolve to an instrument along with the nature of the failure. More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

GetInstrumentsResponse

Constructor & Destructor Documentation

◆ GetInstrumentsResponse()

Lusid.Sdk.Model.GetInstrumentsResponse.GetInstrumentsResponse ( string  href = default(string),
Dictionary< string, Instrument values = default(Dictionary<string, Instrument>),
Dictionary< string, ErrorDetail failed = default(Dictionary<string, ErrorDetail>),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the GetInstrumentsResponse class.

Parameters
hrefThe specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime..
valuesThe instrument definitions, keyed by the identifier used to retrieve them. Only instruments that were found will be contained in this collection..
failedThe identifiers that did not resolve to an instrument along with the nature of the failure..
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if GetInstrumentsResponse instances are equal

Parameters
inputInstance of GetInstrumentsResponse to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Failed

Dictionary<string, ErrorDetail> Lusid.Sdk.Model.GetInstrumentsResponse.Failed
getset

The identifiers that did not resolve to an instrument along with the nature of the failure.

The identifiers that did not resolve to an instrument along with the nature of the failure.

◆ Href

string Lusid.Sdk.Model.GetInstrumentsResponse.Href
getset

The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.

The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.

◆ Links

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

Gets or Sets Links

◆ Values

Dictionary<string, Instrument> Lusid.Sdk.Model.GetInstrumentsResponse.Values
getset

The instrument definitions, keyed by the identifier used to retrieve them. Only instruments that were found will be contained in this collection.

The instrument definitions, keyed by the identifier used to retrieve them. Only instruments that were found will be contained in this collection.


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