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

OrderGraphBlockExecutionSynopsis More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

decimal Quantity [get, set]
 Total number of units executed. More...
 
List< OrderGraphBlockExecutionDetailDetails [get, set]
 Identifiers for each execution in this block. More...
 

Detailed Description

OrderGraphBlockExecutionSynopsis

Constructor & Destructor Documentation

◆ OrderGraphBlockExecutionSynopsis() [1/2]

Lusid.Sdk.Model.OrderGraphBlockExecutionSynopsis.OrderGraphBlockExecutionSynopsis ( )
inlineprotected

Initializes a new instance of the OrderGraphBlockExecutionSynopsis class.

◆ OrderGraphBlockExecutionSynopsis() [2/2]

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

Initializes a new instance of the OrderGraphBlockExecutionSynopsis class.

Parameters
quantityTotal number of units executed. (required).
detailsIdentifiers for each execution in this block. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if OrderGraphBlockExecutionSynopsis instances are equal

Parameters
inputInstance of OrderGraphBlockExecutionSynopsis to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Details

List<OrderGraphBlockExecutionDetail> Lusid.Sdk.Model.OrderGraphBlockExecutionSynopsis.Details
getset

Identifiers for each execution in this block.

Identifiers for each execution in this block.

◆ Quantity

decimal Lusid.Sdk.Model.OrderGraphBlockExecutionSynopsis.Quantity
getset

Total number of units executed.

Total number of units executed.


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