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

OrderGraphBlockAllocationDetail More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

ResourceId Id [get, set]
 Gets or Sets Id More...
 
ResourceId AllocatedOrderId [get, set]
 Gets or Sets AllocatedOrderId More...
 
decimal Quantity [get, set]
 The quantity of this allocation, with direction relative to the containing block. More...
 

Detailed Description

OrderGraphBlockAllocationDetail

Constructor & Destructor Documentation

◆ OrderGraphBlockAllocationDetail() [1/2]

Lusid.Sdk.Model.OrderGraphBlockAllocationDetail.OrderGraphBlockAllocationDetail ( )
inlineprotected

Initializes a new instance of the OrderGraphBlockAllocationDetail class.

◆ OrderGraphBlockAllocationDetail() [2/2]

Lusid.Sdk.Model.OrderGraphBlockAllocationDetail.OrderGraphBlockAllocationDetail ( ResourceId  id = default(ResourceId),
ResourceId  allocatedOrderId = default(ResourceId),
decimal  quantity = default(decimal) 
)
inline

Initializes a new instance of the OrderGraphBlockAllocationDetail class.

Parameters
idid (required).
allocatedOrderIdallocatedOrderId.
quantityThe quantity of this allocation, with direction relative to the containing block. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if OrderGraphBlockAllocationDetail instances are equal

Parameters
inputInstance of OrderGraphBlockAllocationDetail to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AllocatedOrderId

ResourceId Lusid.Sdk.Model.OrderGraphBlockAllocationDetail.AllocatedOrderId
getset

Gets or Sets AllocatedOrderId

◆ Id

ResourceId Lusid.Sdk.Model.OrderGraphBlockAllocationDetail.Id
getset

Gets or Sets Id

◆ Quantity

decimal Lusid.Sdk.Model.OrderGraphBlockAllocationDetail.Quantity
getset

The quantity of this allocation, with direction relative to the containing block.

The quantity of this allocation, with direction relative to the containing block.


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