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

OrderGraphBlockTransactionDetail More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string Id [get, set]
 The id of this transaction. More...
 

Detailed Description

OrderGraphBlockTransactionDetail

Constructor & Destructor Documentation

◆ OrderGraphBlockTransactionDetail() [1/2]

Lusid.Sdk.Model.OrderGraphBlockTransactionDetail.OrderGraphBlockTransactionDetail ( )
inlineprotected

Initializes a new instance of the OrderGraphBlockTransactionDetail class.

◆ OrderGraphBlockTransactionDetail() [2/2]

Lusid.Sdk.Model.OrderGraphBlockTransactionDetail.OrderGraphBlockTransactionDetail ( string  id = default(string))
inline

Initializes a new instance of the OrderGraphBlockTransactionDetail class.

Parameters
idThe id of this transaction. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if OrderGraphBlockTransactionDetail instances are equal

Parameters
inputInstance of OrderGraphBlockTransactionDetail to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Id

string Lusid.Sdk.Model.OrderGraphBlockTransactionDetail.Id
getset

The id of this transaction.

The id of this transaction.


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