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

Configuration needed to define a side. Sides are referenced by Label. Beyond that, other properties can be used to reference either transaction fields, or transaction properties. More...

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

Public Member Functions

 SideConfigurationDataRequest (string side=default(string), string security=default(string), string currency=default(string), string rate=default(string), string units=default(string), string amount=default(string))
 Initializes a new instance of the SideConfigurationDataRequest 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 (SideConfigurationDataRequest input)
 Returns true if SideConfigurationDataRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string Side [get, set]
 The side's label. More...
 
string Security [get, set]
 The security, or instrument. More...
 
string Currency [get, set]
 The currency. More...
 
string Rate [get, set]
 The rate. More...
 
string Units [get, set]
 The units. More...
 
string Amount [get, set]
 The amount. More...
 

Detailed Description

Configuration needed to define a side. Sides are referenced by Label. Beyond that, other properties can be used to reference either transaction fields, or transaction properties.

Constructor & Destructor Documentation

◆ SideConfigurationDataRequest() [1/2]

Lusid.Sdk.Model.SideConfigurationDataRequest.SideConfigurationDataRequest ( )
inlineprotected

Initializes a new instance of the SideConfigurationDataRequest class.

◆ SideConfigurationDataRequest() [2/2]

Lusid.Sdk.Model.SideConfigurationDataRequest.SideConfigurationDataRequest ( string  side = default(string),
string  security = default(string),
string  currency = default(string),
string  rate = default(string),
string  units = default(string),
string  amount = default(string) 
)
inline

Initializes a new instance of the SideConfigurationDataRequest class.

Parameters
sideThe side's label. (required).
securityThe security, or instrument. (required).
currencyThe currency. (required).
rateThe rate. (required).
unitsThe units. (required).
amountThe amount. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if SideConfigurationDataRequest instances are equal

Parameters
inputInstance of SideConfigurationDataRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Amount

string Lusid.Sdk.Model.SideConfigurationDataRequest.Amount
getset

The amount.

The amount.

◆ Currency

string Lusid.Sdk.Model.SideConfigurationDataRequest.Currency
getset

The currency.

The currency.

◆ Rate

string Lusid.Sdk.Model.SideConfigurationDataRequest.Rate
getset

The rate.

The rate.

◆ Security

string Lusid.Sdk.Model.SideConfigurationDataRequest.Security
getset

The security, or instrument.

The security, or instrument.

◆ Side

string Lusid.Sdk.Model.SideConfigurationDataRequest.Side
getset

The side's label.

The side's label.

◆ Units

string Lusid.Sdk.Model.SideConfigurationDataRequest.Units
getset

The units.

The units.


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