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

OrderGraphPlacementAllocationSynopsis More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

decimal Quantity [get, set]
 Total number of units allocated. More...
 
List< OrderGraphPlacementAllocationDetailDetails [get, set]
 Identifiers for each allocation in this placement. More...
 

Detailed Description

OrderGraphPlacementAllocationSynopsis

Constructor & Destructor Documentation

◆ OrderGraphPlacementAllocationSynopsis() [1/2]

Lusid.Sdk.Model.OrderGraphPlacementAllocationSynopsis.OrderGraphPlacementAllocationSynopsis ( )
inlineprotected

Initializes a new instance of the OrderGraphPlacementAllocationSynopsis class.

◆ OrderGraphPlacementAllocationSynopsis() [2/2]

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

Initializes a new instance of the OrderGraphPlacementAllocationSynopsis class.

Parameters
quantityTotal number of units allocated. (required).
detailsIdentifiers for each allocation in this placement. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if OrderGraphPlacementAllocationSynopsis instances are equal

Parameters
inputInstance of OrderGraphPlacementAllocationSynopsis to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Details

List<OrderGraphPlacementAllocationDetail> Lusid.Sdk.Model.OrderGraphPlacementAllocationSynopsis.Details
getset

Identifiers for each allocation in this placement.

Identifiers for each allocation in this placement.

◆ Quantity

decimal Lusid.Sdk.Model.OrderGraphPlacementAllocationSynopsis.Quantity
getset

Total number of units allocated.

Total number of units allocated.


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