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

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

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

Public Member Functions

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

Protected Member Functions

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

Properties

Dictionary< string, TradeTicketTickets [get, set]
 The collection of trade tickets to translate. Each trade ticket 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. 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

◆ TranslateTradeTicketRequest() [1/2]

Lusid.Sdk.Model.TranslateTradeTicketRequest.TranslateTradeTicketRequest ( )
inlineprotected

Initializes a new instance of the TranslateTradeTicketRequest class.

◆ TranslateTradeTicketRequest() [2/2]

Lusid.Sdk.Model.TranslateTradeTicketRequest.TranslateTradeTicketRequest ( Dictionary< string, TradeTicket tickets = default(Dictionary<string, TradeTicket>),
string  dialect = default(string) 
)
inline

Initializes a new instance of the TranslateTradeTicketRequest class.

Parameters
ticketsThe collection of trade tickets to translate. Each trade ticket 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. (required).
dialectThe target dialect that the given instruments should be translated to. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if TranslateTradeTicketRequest instances are equal

Parameters
inputInstance of TranslateTradeTicketRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Dialect

string Lusid.Sdk.Model.TranslateTradeTicketRequest.Dialect
getset

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

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

◆ Tickets

Dictionary<string, TradeTicket> Lusid.Sdk.Model.TranslateTradeTicketRequest.Tickets
getset

The collection of trade tickets to translate. Each trade ticket 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.

The collection of trade tickets to translate. Each trade ticket 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.


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