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

TransactionMatchingAlternativeId More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string PropertyKey [get, set]
 An property key (from the 'Transaction' domain) that can be used as an alternative to TransactionId when matching transactions to settlement instructions. This property must be pre-defined and must be present on the transaction in order to be used for matching. More...
 

Detailed Description

TransactionMatchingAlternativeId

Constructor & Destructor Documentation

◆ TransactionMatchingAlternativeId() [1/2]

Lusid.Sdk.Model.TransactionMatchingAlternativeId.TransactionMatchingAlternativeId ( )
inlineprotected

Initializes a new instance of the TransactionMatchingAlternativeId class.

◆ TransactionMatchingAlternativeId() [2/2]

Lusid.Sdk.Model.TransactionMatchingAlternativeId.TransactionMatchingAlternativeId ( string  propertyKey = default(string))
inline

Initializes a new instance of the TransactionMatchingAlternativeId class.

Parameters
propertyKeyAn property key (from the 'Transaction' domain) that can be used as an alternative to TransactionId when matching transactions to settlement instructions. This property must be pre-defined and must be present on the transaction in order to be used for matching. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if TransactionMatchingAlternativeId instances are equal

Parameters
inputInstance of TransactionMatchingAlternativeId to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ PropertyKey

string Lusid.Sdk.Model.TransactionMatchingAlternativeId.PropertyKey
getset

An property key (from the 'Transaction' domain) that can be used as an alternative to TransactionId when matching transactions to settlement instructions. This property must be pre-defined and must be present on the transaction in order to be used for matching.

An property key (from the 'Transaction' domain) that can be used as an alternative to TransactionId when matching transactions to settlement instructions. This property must be pre-defined and must be present on the transaction in order to be used for matching.


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