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

A Settlement Instruction with its Matched Transaction (if any) More...

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

Public Member Functions

 SettlementInstructionWithTransaction (TransactionSettlementInstruction settlementInstruction=default(TransactionSettlementInstruction), OutputTransaction matchedTransaction=default(OutputTransaction))
 Initializes a new instance of the SettlementInstructionWithTransaction 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 (SettlementInstructionWithTransaction input)
 Returns true if SettlementInstructionWithTransaction instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

TransactionSettlementInstruction SettlementInstruction [get, set]
 Gets or Sets SettlementInstruction More...
 
OutputTransaction MatchedTransaction [get, set]
 Gets or Sets MatchedTransaction More...
 

Detailed Description

A Settlement Instruction with its Matched Transaction (if any)

Constructor & Destructor Documentation

◆ SettlementInstructionWithTransaction()

Lusid.Sdk.Model.SettlementInstructionWithTransaction.SettlementInstructionWithTransaction ( TransactionSettlementInstruction  settlementInstruction = default(TransactionSettlementInstruction),
OutputTransaction  matchedTransaction = default(OutputTransaction) 
)
inline

Initializes a new instance of the SettlementInstructionWithTransaction class.

Parameters
settlementInstructionsettlementInstruction.
matchedTransactionmatchedTransaction.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if SettlementInstructionWithTransaction instances are equal

Parameters
inputInstance of SettlementInstructionWithTransaction to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ MatchedTransaction

OutputTransaction Lusid.Sdk.Model.SettlementInstructionWithTransaction.MatchedTransaction
getset

Gets or Sets MatchedTransaction

◆ SettlementInstruction

TransactionSettlementInstruction Lusid.Sdk.Model.SettlementInstructionWithTransaction.SettlementInstruction
getset

Gets or Sets SettlementInstruction


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