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

OrderGraphBlockOrderDetail More...

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

Public Member Functions

 OrderGraphBlockOrderDetail (ResourceId id=default(ResourceId), string complianceState=default(string), string approvalState=default(string), ResourceId portfolioId=default(ResourceId), string portfolioName=default(string), string orderApprovalTaskId=default(string), ResourceId orderApprovalTaskDefinitionId=default(ResourceId))
 Initializes a new instance of the OrderGraphBlockOrderDetail 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 (OrderGraphBlockOrderDetail input)
 Returns true if OrderGraphBlockOrderDetail instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

ResourceId Id [get, set]
 Gets or Sets Id More...
 
string ComplianceState [get, set]
 The compliance state of this order. Possible values are 'Pending', 'Failed', 'Manually approved' and 'Passed'. More...
 
string ApprovalState [get, set]
 The approval state of this order. Possible values are 'Pending', 'Rejected' and 'Approved'. More...
 
ResourceId PortfolioId [get, set]
 Gets or Sets PortfolioId More...
 
string PortfolioName [get, set]
 The name of the order's referenced Portfolio. More...
 
string OrderApprovalTaskId [get, set]
 The task id associated with the approval state of the order. More...
 
ResourceId OrderApprovalTaskDefinitionId [get, set]
 Gets or Sets OrderApprovalTaskDefinitionId More...
 

Detailed Description

OrderGraphBlockOrderDetail

Constructor & Destructor Documentation

◆ OrderGraphBlockOrderDetail() [1/2]

Lusid.Sdk.Model.OrderGraphBlockOrderDetail.OrderGraphBlockOrderDetail ( )
inlineprotected

Initializes a new instance of the OrderGraphBlockOrderDetail class.

◆ OrderGraphBlockOrderDetail() [2/2]

Lusid.Sdk.Model.OrderGraphBlockOrderDetail.OrderGraphBlockOrderDetail ( ResourceId  id = default(ResourceId),
string  complianceState = default(string),
string  approvalState = default(string),
ResourceId  portfolioId = default(ResourceId),
string  portfolioName = default(string),
string  orderApprovalTaskId = default(string),
ResourceId  orderApprovalTaskDefinitionId = default(ResourceId) 
)
inline

Initializes a new instance of the OrderGraphBlockOrderDetail class.

Parameters
idid (required).
complianceStateThe compliance state of this order. Possible values are 'Pending', 'Failed', 'Manually approved' and 'Passed'. (required).
approvalStateThe approval state of this order. Possible values are 'Pending', 'Rejected' and 'Approved'. (required).
portfolioIdportfolioId.
portfolioNameThe name of the order's referenced Portfolio..
orderApprovalTaskIdThe task id associated with the approval state of the order..
orderApprovalTaskDefinitionIdorderApprovalTaskDefinitionId.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if OrderGraphBlockOrderDetail instances are equal

Parameters
inputInstance of OrderGraphBlockOrderDetail to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ApprovalState

string Lusid.Sdk.Model.OrderGraphBlockOrderDetail.ApprovalState
getset

The approval state of this order. Possible values are 'Pending', 'Rejected' and 'Approved'.

The approval state of this order. Possible values are 'Pending', 'Rejected' and 'Approved'.

◆ ComplianceState

string Lusid.Sdk.Model.OrderGraphBlockOrderDetail.ComplianceState
getset

The compliance state of this order. Possible values are 'Pending', 'Failed', 'Manually approved' and 'Passed'.

The compliance state of this order. Possible values are 'Pending', 'Failed', 'Manually approved' and 'Passed'.

◆ Id

ResourceId Lusid.Sdk.Model.OrderGraphBlockOrderDetail.Id
getset

Gets or Sets Id

◆ OrderApprovalTaskDefinitionId

ResourceId Lusid.Sdk.Model.OrderGraphBlockOrderDetail.OrderApprovalTaskDefinitionId
getset

Gets or Sets OrderApprovalTaskDefinitionId

◆ OrderApprovalTaskId

string Lusid.Sdk.Model.OrderGraphBlockOrderDetail.OrderApprovalTaskId
getset

The task id associated with the approval state of the order.

The task id associated with the approval state of the order.

◆ PortfolioId

ResourceId Lusid.Sdk.Model.OrderGraphBlockOrderDetail.PortfolioId
getset

Gets or Sets PortfolioId

◆ PortfolioName

string Lusid.Sdk.Model.OrderGraphBlockOrderDetail.PortfolioName
getset

The name of the order's referenced Portfolio.

The name of the order's referenced Portfolio.


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