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

A collection of instruments to translate, along with the target dialect to translate into. More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

Dictionary< string, LusidInstrumentInstruments [get, set]
 The collection of instruments to translate. Each instrument definition should be keyed by a unique correlation id. This id is ephemeral and is not stored by LUSID. It serves only as a way to easily identify each instrument in the response. Any instrument that is not already in the LUSID dialect should be given as an ExoticInstrument. More...
 
string Dialect [get, set]
 The target dialect that the given instruments should be translated to. More...
 

Detailed Description

A collection of instruments to translate, along with the target dialect to translate into.

Constructor & Destructor Documentation

◆ TranslateInstrumentDefinitionsRequest() [1/2]

Lusid.Sdk.Model.TranslateInstrumentDefinitionsRequest.TranslateInstrumentDefinitionsRequest ( )
inlineprotected

Initializes a new instance of the TranslateInstrumentDefinitionsRequest class.

◆ TranslateInstrumentDefinitionsRequest() [2/2]

Lusid.Sdk.Model.TranslateInstrumentDefinitionsRequest.TranslateInstrumentDefinitionsRequest ( Dictionary< string, LusidInstrument instruments = default(Dictionary<string, LusidInstrument>),
string  dialect = default(string) 
)
inline

Initializes a new instance of the TranslateInstrumentDefinitionsRequest class.

Parameters
instrumentsThe collection of instruments to translate. Each instrument definition should be keyed by a unique correlation id. This id is ephemeral and is not stored by LUSID. It serves only as a way to easily identify each instrument in the response. Any instrument that is not already in the LUSID dialect should be given as an ExoticInstrument. (required).
dialectThe target dialect that the given instruments should be translated to. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if TranslateInstrumentDefinitionsRequest instances are equal

Parameters
inputInstance of TranslateInstrumentDefinitionsRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Dialect

string Lusid.Sdk.Model.TranslateInstrumentDefinitionsRequest.Dialect
getset

The target dialect that the given instruments should be translated to.

The target dialect that the given instruments should be translated to.

◆ Instruments

Dictionary<string, LusidInstrument> Lusid.Sdk.Model.TranslateInstrumentDefinitionsRequest.Instruments
getset

The collection of instruments to translate. Each instrument definition should be keyed by a unique correlation id. This id is ephemeral and is not stored by LUSID. It serves only as a way to easily identify each instrument in the response. Any instrument that is not already in the LUSID dialect should be given as an ExoticInstrument.

The collection of instruments to translate. Each instrument definition should be keyed by a unique correlation id. This id is ephemeral and is not stored by LUSID. It serves only as a way to easily identify each instrument in the response. Any instrument that is not already in the LUSID dialect should be given as an ExoticInstrument.


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