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

TransactionSettlementStatus More...

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

Public Member Functions

 TransactionSettlementStatus (string transactionId=default(string), List< TransactionSettlementBucket > settlementBuckets=default(List< TransactionSettlementBucket >), List< TransactionSettlementInstruction > invalidInstructions=default(List< TransactionSettlementInstruction >), List< Link > links=default(List< Link >))
 Initializes a new instance of the TransactionSettlementStatus 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 (TransactionSettlementStatus input)
 Returns true if TransactionSettlementStatus instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string TransactionId [get, set]
 The unique identifier for the transaction. More...
 
List< TransactionSettlementBucketSettlementBuckets [get, set]
 The transaction&#39;s external movements (ie: with SettlementMode&#x3D;External) are grouped into buckets with each bucket uniquely defined by the combination of SettlementCategory, LusidInstrumentId, InstrumentScope and ContractualSettlementDate. More...
 
List< TransactionSettlementInstructionInvalidInstructions [get, set]
 Invalid settlement instructions where the referenced transaction exists but the settlement bucket implied by the settlement instruction does not exist. More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

TransactionSettlementStatus

Constructor & Destructor Documentation

◆ TransactionSettlementStatus() [1/2]

Lusid.Sdk.Model.TransactionSettlementStatus.TransactionSettlementStatus ( )
inlineprotected

Initializes a new instance of the TransactionSettlementStatus class.

◆ TransactionSettlementStatus() [2/2]

Lusid.Sdk.Model.TransactionSettlementStatus.TransactionSettlementStatus ( string  transactionId = default(string),
List< TransactionSettlementBucket settlementBuckets = default(List<TransactionSettlementBucket>),
List< TransactionSettlementInstruction invalidInstructions = default(List<TransactionSettlementInstruction>),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the TransactionSettlementStatus class.

Parameters
transactionIdThe unique identifier for the transaction. (required).
settlementBucketsThe transaction&#39;s external movements (ie: with SettlementMode&#x3D;External) are grouped into buckets with each bucket uniquely defined by the combination of SettlementCategory, LusidInstrumentId, InstrumentScope and ContractualSettlementDate..
invalidInstructionsInvalid settlement instructions where the referenced transaction exists but the settlement bucket implied by the settlement instruction does not exist..
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if TransactionSettlementStatus instances are equal

Parameters
inputInstance of TransactionSettlementStatus to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ InvalidInstructions

List<TransactionSettlementInstruction> Lusid.Sdk.Model.TransactionSettlementStatus.InvalidInstructions
getset

Invalid settlement instructions where the referenced transaction exists but the settlement bucket implied by the settlement instruction does not exist.

Invalid settlement instructions where the referenced transaction exists but the settlement bucket implied by the settlement instruction does not exist.

◆ Links

List<Link> Lusid.Sdk.Model.TransactionSettlementStatus.Links
getset

Gets or Sets Links

◆ SettlementBuckets

List<TransactionSettlementBucket> Lusid.Sdk.Model.TransactionSettlementStatus.SettlementBuckets
getset

The transaction&#39;s external movements (ie: with SettlementMode&#x3D;External) are grouped into buckets with each bucket uniquely defined by the combination of SettlementCategory, LusidInstrumentId, InstrumentScope and ContractualSettlementDate.

The transaction&#39;s external movements (ie: with SettlementMode&#x3D;External) are grouped into buckets with each bucket uniquely defined by the combination of SettlementCategory, LusidInstrumentId, InstrumentScope and ContractualSettlementDate.

◆ TransactionId

string Lusid.Sdk.Model.TransactionSettlementStatus.TransactionId
getset

The unique identifier for the transaction.

The unique identifier for the transaction.


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