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

SideDefinitionRequest More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string Security [get, set]
 The field or property key defining the side's security, or instrument. More...
 
string Currency [get, set]
 The field or property key defining the side's currency. More...
 
string Rate [get, set]
 The field or property key defining the side's rate. More...
 
string Units [get, set]
 The value, field or property key defining the side's units. More...
 
string Amount [get, set]
 The value, field or property key defining the side's amount More...
 
string NotionalAmount [get, set]
 The value, field or property key defining the side's notional amount More...
 

Detailed Description

SideDefinitionRequest

Constructor & Destructor Documentation

◆ SideDefinitionRequest() [1/2]

Lusid.Sdk.Model.SideDefinitionRequest.SideDefinitionRequest ( )
inlineprotected

Initializes a new instance of the SideDefinitionRequest class.

◆ SideDefinitionRequest() [2/2]

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

Initializes a new instance of the SideDefinitionRequest class.

Parameters
securityThe field or property key defining the side's security, or instrument. (required).
currencyThe field or property key defining the side's currency. (required).
rateThe field or property key defining the side's rate. (required).
unitsThe value, field or property key defining the side's units. (required).
amountThe value, field or property key defining the side's amount (required).
notionalAmountThe value, field or property key defining the side's notional amount.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if SideDefinitionRequest instances are equal

Parameters
inputInstance of SideDefinitionRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Amount

string Lusid.Sdk.Model.SideDefinitionRequest.Amount
getset

The value, field or property key defining the side's amount

The value, field or property key defining the side's amount

◆ Currency

string Lusid.Sdk.Model.SideDefinitionRequest.Currency
getset

The field or property key defining the side's currency.

The field or property key defining the side's currency.

◆ NotionalAmount

string Lusid.Sdk.Model.SideDefinitionRequest.NotionalAmount
getset

The value, field or property key defining the side's notional amount

The value, field or property key defining the side's notional amount

◆ Rate

string Lusid.Sdk.Model.SideDefinitionRequest.Rate
getset

The field or property key defining the side's rate.

The field or property key defining the side's rate.

◆ Security

string Lusid.Sdk.Model.SideDefinitionRequest.Security
getset

The field or property key defining the side's security, or instrument.

The field or property key defining the side's security, or instrument.

◆ Units

string Lusid.Sdk.Model.SideDefinitionRequest.Units
getset

The value, field or property key defining the side's units.

The value, field or property key defining the side's units.


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