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

Class representing the set of comparisons that result from comparing holdings and their valuations between two separate evaluations. More...

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

Public Member Functions

 ReconciliationResponse (List< ReconciliationLine > comparisons=default(List< ReconciliationLine >), ResultDataSchema dataSchema=default(ResultDataSchema))
 Initializes a new instance of the ReconciliationResponse 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 (ReconciliationResponse input)
 Returns true if ReconciliationResponse instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

List< ReconciliationLineComparisons [get, set]
 List of comparisons of left to right hand sides. More...
 
ResultDataSchema DataSchema [get, set]
 Gets or Sets DataSchema More...
 

Detailed Description

Class representing the set of comparisons that result from comparing holdings and their valuations between two separate evaluations.

Constructor & Destructor Documentation

◆ ReconciliationResponse()

Lusid.Sdk.Model.ReconciliationResponse.ReconciliationResponse ( List< ReconciliationLine comparisons = default(List<ReconciliationLine>),
ResultDataSchema  dataSchema = default(ResultDataSchema) 
)
inline

Initializes a new instance of the ReconciliationResponse class.

Parameters
comparisonsList of comparisons of left to right hand sides..
dataSchemadataSchema.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ReconciliationResponse instances are equal

Parameters
inputInstance of ReconciliationResponse to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Comparisons

List<ReconciliationLine> Lusid.Sdk.Model.ReconciliationResponse.Comparisons
getset

List of comparisons of left to right hand sides.

List of comparisons of left to right hand sides.

◆ DataSchema

ResultDataSchema Lusid.Sdk.Model.ReconciliationResponse.DataSchema
getset

Gets or Sets DataSchema


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