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

OrderBreachHistory More...

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

Public Member Functions

 OrderBreachHistory (ResourceId id=default(ResourceId), ResourceId orderId=default(ResourceId), ResourceId runId=default(ResourceId), Dictionary< string, List< OrderRuleBreach >> breachesByRule=default(Dictionary< string, List< OrderRuleBreach >>), DateTimeOffset asAt=default(DateTimeOffset))
 Initializes a new instance of the OrderBreachHistory 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 (OrderBreachHistory input)
 Returns true if OrderBreachHistory instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

ResourceId Id [get, set]
 Gets or Sets Id More...
 
ResourceId OrderId [get, set]
 Gets or Sets OrderId More...
 
ResourceId RunId [get, set]
 Gets or Sets RunId More...
 
Dictionary< string, List< OrderRuleBreach > > BreachesByRule [get, set]
 Compliance rule breaches associations with the order and run. More...
 
DateTimeOffset AsAt [get, set]
 The asAt datetime at which the order breach was created in LUSID. More...
 

Detailed Description

OrderBreachHistory

Constructor & Destructor Documentation

◆ OrderBreachHistory() [1/2]

Lusid.Sdk.Model.OrderBreachHistory.OrderBreachHistory ( )
inlineprotected

Initializes a new instance of the OrderBreachHistory class.

◆ OrderBreachHistory() [2/2]

Lusid.Sdk.Model.OrderBreachHistory.OrderBreachHistory ( ResourceId  id = default(ResourceId),
ResourceId  orderId = default(ResourceId),
ResourceId  runId = default(ResourceId),
Dictionary< string, List< OrderRuleBreach >>  breachesByRule = default(Dictionary<string, List<OrderRuleBreach>>),
DateTimeOffset  asAt = default(DateTimeOffset) 
)
inline

Initializes a new instance of the OrderBreachHistory class.

Parameters
idid (required).
orderIdorderId (required).
runIdrunId (required).
breachesByRuleCompliance rule breaches associations with the order and run..
asAtThe asAt datetime at which the order breach was created in LUSID. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if OrderBreachHistory instances are equal

Parameters
inputInstance of OrderBreachHistory to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AsAt

DateTimeOffset Lusid.Sdk.Model.OrderBreachHistory.AsAt
getset

The asAt datetime at which the order breach was created in LUSID.

The asAt datetime at which the order breach was created in LUSID.

◆ BreachesByRule

Dictionary<string, List<OrderRuleBreach> > Lusid.Sdk.Model.OrderBreachHistory.BreachesByRule
getset

Compliance rule breaches associations with the order and run.

Compliance rule breaches associations with the order and run.

◆ Id

ResourceId Lusid.Sdk.Model.OrderBreachHistory.Id
getset

Gets or Sets Id

◆ OrderId

ResourceId Lusid.Sdk.Model.OrderBreachHistory.OrderId
getset

Gets or Sets OrderId

◆ RunId

ResourceId Lusid.Sdk.Model.OrderBreachHistory.RunId
getset

Gets or Sets RunId


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