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

OrderGraphBlockAllocationSynopsis More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

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

Detailed Description

OrderGraphBlockAllocationSynopsis

Constructor & Destructor Documentation

◆ OrderGraphBlockAllocationSynopsis() [1/2]

Lusid.Sdk.Model.OrderGraphBlockAllocationSynopsis.OrderGraphBlockAllocationSynopsis ( )
inlineprotected

Initializes a new instance of the OrderGraphBlockAllocationSynopsis class.

◆ OrderGraphBlockAllocationSynopsis() [2/2]

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

Initializes a new instance of the OrderGraphBlockAllocationSynopsis class.

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

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if OrderGraphBlockAllocationSynopsis instances are equal

Parameters
inputInstance of OrderGraphBlockAllocationSynopsis to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Details

List<OrderGraphBlockAllocationDetail> Lusid.Sdk.Model.OrderGraphBlockAllocationSynopsis.Details
getset

Identifiers for each allocation in this block.

Identifiers for each allocation in this block.

◆ Quantity

decimal Lusid.Sdk.Model.OrderGraphBlockAllocationSynopsis.Quantity
getset

Total number of units allocated.

Total number of units allocated.


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