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

Information about reconciled transactions. At least one of Finbourne.WebApi.Interface.Dto.Reconciliation.ReconciledTransaction.Left and Finbourne.WebApi.Interface.Dto.Reconciliation.ReconciledTransaction.Right will be populated. More...

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

Public Member Functions

 ReconciledTransaction (Transaction left=default(Transaction), Transaction right=default(Transaction), decimal percentageMatch=default(decimal), List< bool > mappingRuleSetResults=default(List< bool >))
 Initializes a new instance of the ReconciledTransaction 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 (ReconciledTransaction input)
 Returns true if ReconciledTransaction instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

Transaction Left [get, set]
 Gets or Sets Left More...
 
Transaction Right [get, set]
 Gets or Sets Right More...
 
decimal PercentageMatch [get, set]
 How good a match this is considered to be. More...
 
List< bool > MappingRuleSetResults [get, set]
 The result of each individual mapping rule result. Will only be present if both Finbourne.WebApi.Interface.Dto.Reconciliation.ReconciledTransaction.Left and Finbourne.WebApi.Interface.Dto.Reconciliation.ReconciledTransaction.Right are populated. More...
 

Detailed Description

Information about reconciled transactions. At least one of Finbourne.WebApi.Interface.Dto.Reconciliation.ReconciledTransaction.Left and Finbourne.WebApi.Interface.Dto.Reconciliation.ReconciledTransaction.Right will be populated.

Constructor & Destructor Documentation

◆ ReconciledTransaction()

Lusid.Sdk.Model.ReconciledTransaction.ReconciledTransaction ( Transaction  left = default(Transaction),
Transaction  right = default(Transaction),
decimal  percentageMatch = default(decimal),
List< bool >  mappingRuleSetResults = default(List<bool>) 
)
inline

Initializes a new instance of the ReconciledTransaction class.

Parameters
leftleft.
rightright.
percentageMatchHow good a match this is considered to be..
mappingRuleSetResultsThe result of each individual mapping rule result. Will only be present if both Finbourne.WebApi.Interface.Dto.Reconciliation.ReconciledTransaction.Left and Finbourne.WebApi.Interface.Dto.Reconciliation.ReconciledTransaction.Right are populated..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ReconciledTransaction instances are equal

Parameters
inputInstance of ReconciledTransaction to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Left

Transaction Lusid.Sdk.Model.ReconciledTransaction.Left
getset

Gets or Sets Left

◆ MappingRuleSetResults

List<bool> Lusid.Sdk.Model.ReconciledTransaction.MappingRuleSetResults
getset

The result of each individual mapping rule result. Will only be present if both Finbourne.WebApi.Interface.Dto.Reconciliation.ReconciledTransaction.Left and Finbourne.WebApi.Interface.Dto.Reconciliation.ReconciledTransaction.Right are populated.

The result of each individual mapping rule result. Will only be present if both Finbourne.WebApi.Interface.Dto.Reconciliation.ReconciledTransaction.Left and Finbourne.WebApi.Interface.Dto.Reconciliation.ReconciledTransaction.Right are populated.

◆ PercentageMatch

decimal Lusid.Sdk.Model.ReconciledTransaction.PercentageMatch
getset

How good a match this is considered to be.

How good a match this is considered to be.

◆ Right

Transaction Lusid.Sdk.Model.ReconciledTransaction.Right
getset

Gets or Sets Right


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