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

SettlementProblem More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string SettlementInstructionId [get, set]
 The id of the problematic settlement instruction. Combined with the portfolio id this uniquely identifies a settlement instruction More...
 
string Category [get, set]
 The category this instruction belongs to More...
 
string Status [get, set]
 The status of the settlement instruction. Available values: Invalid, Rejected, Applied, Orphan. More...
 

Detailed Description

SettlementProblem

Constructor & Destructor Documentation

◆ SettlementProblem() [1/2]

Lusid.Sdk.Model.SettlementProblem.SettlementProblem ( )
inlineprotected

Initializes a new instance of the SettlementProblem class.

◆ SettlementProblem() [2/2]

Lusid.Sdk.Model.SettlementProblem.SettlementProblem ( string  settlementInstructionId = default(string),
string  category = default(string),
string  status = default(string) 
)
inline

Initializes a new instance of the SettlementProblem class.

Parameters
settlementInstructionIdThe id of the problematic settlement instruction. Combined with the portfolio id this uniquely identifies a settlement instruction (required).
categoryThe category this instruction belongs to (required).
statusThe status of the settlement instruction. Available values: Invalid, Rejected, Applied, Orphan. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if SettlementProblem instances are equal

Parameters
inputInstance of SettlementProblem to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Category

string Lusid.Sdk.Model.SettlementProblem.Category
getset

The category this instruction belongs to

The category this instruction belongs to

◆ SettlementInstructionId

string Lusid.Sdk.Model.SettlementProblem.SettlementInstructionId
getset

The id of the problematic settlement instruction. Combined with the portfolio id this uniquely identifies a settlement instruction

The id of the problematic settlement instruction. Combined with the portfolio id this uniquely identifies a settlement instruction

◆ Status

string Lusid.Sdk.Model.SettlementProblem.Status
getset

The status of the settlement instruction. Available values: Invalid, Rejected, Applied, Orphan.

The status of the settlement instruction. Available values: Invalid, Rejected, Applied, Orphan.


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