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

TransactionPriceAndType More...

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

Public Member Functions

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

Properties

string Price [get, set]
 Gets or Sets Price More...
 
string Type [get, set]
 Gets or Sets Type More...
 

Detailed Description

TransactionPriceAndType

Constructor & Destructor Documentation

◆ TransactionPriceAndType()

Lusid.Sdk.Model.TransactionPriceAndType.TransactionPriceAndType ( string  price = default(string),
string  type = default(string) 
)
inline

Initializes a new instance of the TransactionPriceAndType class.

Parameters
priceprice.
typetype.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if TransactionPriceAndType instances are equal

Parameters
inputInstance of TransactionPriceAndType to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Price

string Lusid.Sdk.Model.TransactionPriceAndType.Price
getset

Gets or Sets Price

◆ Type

string Lusid.Sdk.Model.TransactionPriceAndType.Type
getset

Gets or Sets Type


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