LUSID C# SDK
Public Member Functions | Protected Member Functions | Properties | List of all members
Lusid.Sdk.Model.SideConfigurationData 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.SideConfigurationData:
Inheritance graph
[legend]

Public Member Functions

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

Protected Member Functions

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

Properties

string Side [get, set]
 The side&#39;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...
 
List< LinkLinks [get, set]
 Gets or Sets Links 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

◆ SideConfigurationData() [1/2]

Lusid.Sdk.Model.SideConfigurationData.SideConfigurationData ( )
inlineprotected

Initializes a new instance of the SideConfigurationData class.

◆ SideConfigurationData() [2/2]

Lusid.Sdk.Model.SideConfigurationData.SideConfigurationData ( string  side = default(string),
string  security = default(string),
string  currency = default(string),
string  rate = default(string),
string  units = default(string),
string  amount = default(string),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the SideConfigurationData class.

Parameters
sideThe side&#39;s label. (required).
securityThe security, or instrument. (required).
currencyThe currency. (required).
rateThe rate. (required).
unitsThe units. (required).
amountThe amount. (required).
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if SideConfigurationData instances are equal

Parameters
inputInstance of SideConfigurationData to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Amount

string Lusid.Sdk.Model.SideConfigurationData.Amount
getset

The amount.

The amount.

◆ Currency

string Lusid.Sdk.Model.SideConfigurationData.Currency
getset

The currency.

The currency.

◆ Links

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

Gets or Sets Links

◆ Rate

string Lusid.Sdk.Model.SideConfigurationData.Rate
getset

The rate.

The rate.

◆ Security

string Lusid.Sdk.Model.SideConfigurationData.Security
getset

The security, or instrument.

The security, or instrument.

◆ Side

string Lusid.Sdk.Model.SideConfigurationData.Side
getset

The side&#39;s label.

The side&#39;s label.

◆ Units

string Lusid.Sdk.Model.SideConfigurationData.Units
getset

The units.

The units.


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