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

OrderGraphBlockTransactionSynopsis More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

decimal Quantity [get, set]
 Total number of units booked. More...
 
List< OrderGraphBlockTransactionDetailDetails [get, set]
 Identifiers for each transaction in this block. More...
 

Detailed Description

OrderGraphBlockTransactionSynopsis

Constructor & Destructor Documentation

◆ OrderGraphBlockTransactionSynopsis() [1/2]

Lusid.Sdk.Model.OrderGraphBlockTransactionSynopsis.OrderGraphBlockTransactionSynopsis ( )
inlineprotected

Initializes a new instance of the OrderGraphBlockTransactionSynopsis class.

◆ OrderGraphBlockTransactionSynopsis() [2/2]

Lusid.Sdk.Model.OrderGraphBlockTransactionSynopsis.OrderGraphBlockTransactionSynopsis ( decimal  quantity = default(decimal),
List< OrderGraphBlockTransactionDetail details = default(List<OrderGraphBlockTransactionDetail>) 
)
inline

Initializes a new instance of the OrderGraphBlockTransactionSynopsis class.

Parameters
quantityTotal number of units booked. (required).
detailsIdentifiers for each transaction in this block. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if OrderGraphBlockTransactionSynopsis instances are equal

Parameters
inputInstance of OrderGraphBlockTransactionSynopsis to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Details

List<OrderGraphBlockTransactionDetail> Lusid.Sdk.Model.OrderGraphBlockTransactionSynopsis.Details
getset

Identifiers for each transaction in this block.

Identifiers for each transaction in this block.

◆ Quantity

decimal Lusid.Sdk.Model.OrderGraphBlockTransactionSynopsis.Quantity
getset

Total number of units booked.

Total number of units booked.


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