|
LUSID C# SDK
|
Information about reconciled transactions. At least one of Left and Right will be populated. More...

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 Left and Right are populated. More... | |
Information about reconciled transactions. At least one of Left and Right will be populated.
|
inline |
Initializes a new instance of the ReconciledTransaction class.
| left | left. |
| right | right. |
| percentageMatch | How good a match this is considered to be.. |
| mappingRuleSetResults | The result of each individual mapping rule result. Will only be present if both Left and Right are populated.. |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Returns true if ReconciledTransaction instances are equal
| input | Instance of ReconciledTransaction to be compared |
|
inline |
Gets the hash code
|
inlinevirtual |
Returns the JSON string presentation of the object
|
inline |
Returns the string presentation of the object
|
getset |
Gets or Sets Left
|
getset |
The result of each individual mapping rule result. Will only be present if both Left and Right are populated.
The result of each individual mapping rule result. Will only be present if both Left and Right are populated.
|
getset |
How good a match this is considered to be.
How good a match this is considered to be.
|
getset |
Gets or Sets Right