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

TransactionTypeCalculation More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string Type [get, set]
 The type of calculation to perform More...
 
string Side [get, set]
 The side to which the calculation is applied More...
 

Detailed Description

TransactionTypeCalculation

Constructor & Destructor Documentation

◆ TransactionTypeCalculation() [1/2]

Lusid.Sdk.Model.TransactionTypeCalculation.TransactionTypeCalculation ( )
inlineprotected

Initializes a new instance of the TransactionTypeCalculation class.

◆ TransactionTypeCalculation() [2/2]

Lusid.Sdk.Model.TransactionTypeCalculation.TransactionTypeCalculation ( string  type = default(string),
string  side = default(string) 
)
inline

Initializes a new instance of the TransactionTypeCalculation class.

Parameters
typeThe type of calculation to perform (required).
sideThe side to which the calculation is applied (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if TransactionTypeCalculation instances are equal

Parameters
inputInstance of TransactionTypeCalculation to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Side

string Lusid.Sdk.Model.TransactionTypeCalculation.Side
getset

The side to which the calculation is applied

The side to which the calculation is applied

◆ Type

string Lusid.Sdk.Model.TransactionTypeCalculation.Type
getset

The type of calculation to perform

The type of calculation to perform


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