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

TransactionCurrencyAndAmount More...

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

Public Member Functions

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

Properties

string Currency [get, set]
 Gets or Sets Currency More...
 
string Amount [get, set]
 Gets or Sets Amount More...
 

Detailed Description

TransactionCurrencyAndAmount

Constructor & Destructor Documentation

◆ TransactionCurrencyAndAmount()

Lusid.Sdk.Model.TransactionCurrencyAndAmount.TransactionCurrencyAndAmount ( string  currency = default(string),
string  amount = default(string) 
)
inline

Initializes a new instance of the TransactionCurrencyAndAmount class.

Parameters
currencycurrency.
amountamount.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if TransactionCurrencyAndAmount instances are equal

Parameters
inputInstance of TransactionCurrencyAndAmount to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Amount

string Lusid.Sdk.Model.TransactionCurrencyAndAmount.Amount
getset

Gets or Sets Amount

◆ Currency

string Lusid.Sdk.Model.TransactionCurrencyAndAmount.Currency
getset

Gets or Sets Currency


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