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

OrderGraphPlacementPlacementSynopsis More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

List< OrderGraphPlacementChildPlacementDetailDetails [get, set]
 Identifiers for each child placement for this placement. More...
 
decimal Quantity [get, set]
 Total number of units placed. More...
 

Detailed Description

OrderGraphPlacementPlacementSynopsis

Constructor & Destructor Documentation

◆ OrderGraphPlacementPlacementSynopsis() [1/2]

Lusid.Sdk.Model.OrderGraphPlacementPlacementSynopsis.OrderGraphPlacementPlacementSynopsis ( )
inlineprotected

Initializes a new instance of the OrderGraphPlacementPlacementSynopsis class.

◆ OrderGraphPlacementPlacementSynopsis() [2/2]

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

Initializes a new instance of the OrderGraphPlacementPlacementSynopsis class.

Parameters
detailsIdentifiers for each child placement for this placement. (required).
quantityTotal number of units placed. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if OrderGraphPlacementPlacementSynopsis instances are equal

Parameters
inputInstance of OrderGraphPlacementPlacementSynopsis to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Details

List<OrderGraphPlacementChildPlacementDetail> Lusid.Sdk.Model.OrderGraphPlacementPlacementSynopsis.Details
getset

Identifiers for each child placement for this placement.

Identifiers for each child placement for this placement.

◆ Quantity

decimal Lusid.Sdk.Model.OrderGraphPlacementPlacementSynopsis.Quantity
getset

Total number of units placed.

Total number of units placed.


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