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

OrderGraphBlockOrderSynopsis More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

decimal Quantity [get, set]
 Total number of units ordered. More...
 
Dictionary< string, decimal > QuantityByState [get, set]
 Total number of units placed. More...
 
List< OrderGraphBlockOrderDetailDetails [get, set]
 Identifiers and other info for each order in this block. More...
 

Detailed Description

OrderGraphBlockOrderSynopsis

Constructor & Destructor Documentation

◆ OrderGraphBlockOrderSynopsis() [1/2]

Lusid.Sdk.Model.OrderGraphBlockOrderSynopsis.OrderGraphBlockOrderSynopsis ( )
inlineprotected

Initializes a new instance of the OrderGraphBlockOrderSynopsis class.

◆ OrderGraphBlockOrderSynopsis() [2/2]

Lusid.Sdk.Model.OrderGraphBlockOrderSynopsis.OrderGraphBlockOrderSynopsis ( decimal  quantity = default(decimal),
Dictionary< string, decimal >  quantityByState = default(Dictionary<string, decimal>),
List< OrderGraphBlockOrderDetail details = default(List<OrderGraphBlockOrderDetail>) 
)
inline

Initializes a new instance of the OrderGraphBlockOrderSynopsis class.

Parameters
quantityTotal number of units ordered. (required).
quantityByStateTotal number of units placed..
detailsIdentifiers and other info for each order in this block. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if OrderGraphBlockOrderSynopsis instances are equal

Parameters
inputInstance of OrderGraphBlockOrderSynopsis to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Details

List<OrderGraphBlockOrderDetail> Lusid.Sdk.Model.OrderGraphBlockOrderSynopsis.Details
getset

Identifiers and other info for each order in this block.

Identifiers and other info for each order in this block.

◆ Quantity

decimal Lusid.Sdk.Model.OrderGraphBlockOrderSynopsis.Quantity
getset

Total number of units ordered.

Total number of units ordered.

◆ QuantityByState

Dictionary<string, decimal> Lusid.Sdk.Model.OrderGraphBlockOrderSynopsis.QuantityByState
getset

Total number of units placed.

Total number of units placed.


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