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

CancelledOrderResult More...

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

Public Member Functions

 CancelledOrderResult (Order orderState=default(Order))
 Initializes a new instance of the CancelledOrderResult 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 (CancelledOrderResult input)
 Returns true if CancelledOrderResult instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

Order OrderState [get, set]
 Gets or Sets OrderState More...
 

Detailed Description

CancelledOrderResult

Constructor & Destructor Documentation

◆ CancelledOrderResult()

Lusid.Sdk.Model.CancelledOrderResult.CancelledOrderResult ( Order  orderState = default(Order))
inline

Initializes a new instance of the CancelledOrderResult class.

Parameters
orderStateorderState.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if CancelledOrderResult instances are equal

Parameters
inputInstance of CancelledOrderResult to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ OrderState

Order Lusid.Sdk.Model.CancelledOrderResult.OrderState
getset

Gets or Sets OrderState


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