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

SideDefinition More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string Side [get, set]
 A unique label identifying the side definition. More...
 
string Security [get, set]
 The field or property key defining the side&#39;s security, or instrument. More...
 
string Currency [get, set]
 The field or property key defining the side&#39;s currency. More...
 
string Rate [get, set]
 The field or property key defining the side&#39;s rate. More...
 
string Units [get, set]
 The value, field or property key defining the side&#39;s units. More...
 
string Amount [get, set]
 The value, field or property key defining the side&#39;s amount More...
 
string NotionalAmount [get, set]
 The value, field or property key defining the side&#39;s notional amount More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

SideDefinition

Constructor & Destructor Documentation

◆ SideDefinition() [1/2]

Lusid.Sdk.Model.SideDefinition.SideDefinition ( )
inlineprotected

Initializes a new instance of the SideDefinition class.

◆ SideDefinition() [2/2]

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

Initializes a new instance of the SideDefinition class.

Parameters
sideA unique label identifying the side definition. (required).
securityThe field or property key defining the side&#39;s security, or instrument. (required).
currencyThe field or property key defining the side&#39;s currency. (required).
rateThe field or property key defining the side&#39;s rate. (required).
unitsThe value, field or property key defining the side&#39;s units. (required).
amountThe value, field or property key defining the side&#39;s amount (required).
notionalAmountThe value, field or property key defining the side&#39;s notional amount.
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if SideDefinition instances are equal

Parameters
inputInstance of SideDefinition to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Amount

string Lusid.Sdk.Model.SideDefinition.Amount
getset

The value, field or property key defining the side&#39;s amount

The value, field or property key defining the side&#39;s amount

◆ Currency

string Lusid.Sdk.Model.SideDefinition.Currency
getset

The field or property key defining the side&#39;s currency.

The field or property key defining the side&#39;s currency.

◆ Links

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

Gets or Sets Links

◆ NotionalAmount

string Lusid.Sdk.Model.SideDefinition.NotionalAmount
getset

The value, field or property key defining the side&#39;s notional amount

The value, field or property key defining the side&#39;s notional amount

◆ Rate

string Lusid.Sdk.Model.SideDefinition.Rate
getset

The field or property key defining the side&#39;s rate.

The field or property key defining the side&#39;s rate.

◆ Security

string Lusid.Sdk.Model.SideDefinition.Security
getset

The field or property key defining the side&#39;s security, or instrument.

The field or property key defining the side&#39;s security, or instrument.

◆ Side

string Lusid.Sdk.Model.SideDefinition.Side
getset

A unique label identifying the side definition.

A unique label identifying the side definition.

◆ Units

string Lusid.Sdk.Model.SideDefinition.Units
getset

The value, field or property key defining the side&#39;s units.

The value, field or property key defining the side&#39;s units.


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