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

OrderRuleBreach More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string BreachTaskId [get, set]
 Uniquely identifies this historical order breach workflow task. More...
 
string ComplianceState [get, set]
 The compliance state of this order breach. Available values: Pending, Failed, Passed, ManuallyApproved, PartiallyOverridden, Warning. More...
 

Detailed Description

OrderRuleBreach

Constructor & Destructor Documentation

◆ OrderRuleBreach() [1/2]

Lusid.Sdk.Model.OrderRuleBreach.OrderRuleBreach ( )
inlineprotected

Initializes a new instance of the OrderRuleBreach class.

◆ OrderRuleBreach() [2/2]

Lusid.Sdk.Model.OrderRuleBreach.OrderRuleBreach ( string  breachTaskId = default(string),
string  complianceState = default(string) 
)
inline

Initializes a new instance of the OrderRuleBreach class.

Parameters
breachTaskIdUniquely identifies this historical order breach workflow task. (required).
complianceStateThe compliance state of this order breach. Available values: Pending, Failed, Passed, ManuallyApproved, PartiallyOverridden, Warning. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if OrderRuleBreach instances are equal

Parameters
inputInstance of OrderRuleBreach to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ BreachTaskId

string Lusid.Sdk.Model.OrderRuleBreach.BreachTaskId
getset

Uniquely identifies this historical order breach workflow task.

Uniquely identifies this historical order breach workflow task.

◆ ComplianceState

string Lusid.Sdk.Model.OrderRuleBreach.ComplianceState
getset

The compliance state of this order breach. Available values: Pending, Failed, Passed, ManuallyApproved, PartiallyOverridden, Warning.

The compliance state of this order breach. Available values: Pending, Failed, Passed, ManuallyApproved, PartiallyOverridden, Warning.


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