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

OrderGraphPlacementOrderSynopsis More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

List< OrderGraphPlacementOrderDetailDetails [get, set]
 Identifiers for each order in the block. More...
 

Detailed Description

OrderGraphPlacementOrderSynopsis

Constructor & Destructor Documentation

◆ OrderGraphPlacementOrderSynopsis() [1/2]

Lusid.Sdk.Model.OrderGraphPlacementOrderSynopsis.OrderGraphPlacementOrderSynopsis ( )
inlineprotected

Initializes a new instance of the OrderGraphPlacementOrderSynopsis class.

◆ OrderGraphPlacementOrderSynopsis() [2/2]

Lusid.Sdk.Model.OrderGraphPlacementOrderSynopsis.OrderGraphPlacementOrderSynopsis ( List< OrderGraphPlacementOrderDetail details = default(List<OrderGraphPlacementOrderDetail>))
inline

Initializes a new instance of the OrderGraphPlacementOrderSynopsis class.

Parameters
detailsIdentifiers for each order in the block. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if OrderGraphPlacementOrderSynopsis instances are equal

Parameters
inputInstance of OrderGraphPlacementOrderSynopsis to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Details

List<OrderGraphPlacementOrderDetail> Lusid.Sdk.Model.OrderGraphPlacementOrderSynopsis.Details
getset

Identifiers for each order in the block.

Identifiers for each order in the block.


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