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

OrderGraphPlacementExecutionSynopsis More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

decimal Quantity [get, set]
 Total number of units executed. More...
 
List< OrderGraphPlacementExecutionDetailDetails [get, set]
 Identifiers info for each execution against this placement. More...
 

Detailed Description

OrderGraphPlacementExecutionSynopsis

Constructor & Destructor Documentation

◆ OrderGraphPlacementExecutionSynopsis() [1/2]

Lusid.Sdk.Model.OrderGraphPlacementExecutionSynopsis.OrderGraphPlacementExecutionSynopsis ( )
inlineprotected

Initializes a new instance of the OrderGraphPlacementExecutionSynopsis class.

◆ OrderGraphPlacementExecutionSynopsis() [2/2]

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

Initializes a new instance of the OrderGraphPlacementExecutionSynopsis class.

Parameters
quantityTotal number of units executed. (required).
detailsIdentifiers info for each execution against this placement. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if OrderGraphPlacementExecutionSynopsis instances are equal

Parameters
inputInstance of OrderGraphPlacementExecutionSynopsis to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Details

List<OrderGraphPlacementExecutionDetail> Lusid.Sdk.Model.OrderGraphPlacementExecutionSynopsis.Details
getset

Identifiers info for each execution against this placement.

Identifiers info for each execution against this placement.

◆ Quantity

decimal Lusid.Sdk.Model.OrderGraphPlacementExecutionSynopsis.Quantity
getset

Total number of units executed.

Total number of units executed.


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