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

PortfoliosReconciliationRequest More...

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

Public Member Functions

 PortfoliosReconciliationRequest (PortfolioReconciliationRequest left=default(PortfolioReconciliationRequest), PortfolioReconciliationRequest right=default(PortfolioReconciliationRequest), List< string > instrumentPropertyKeys=default(List< string >))
 Initializes a new instance of the PortfoliosReconciliationRequest 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 (PortfoliosReconciliationRequest input)
 Returns true if PortfoliosReconciliationRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

PortfolioReconciliationRequest Left [get, set]
 Gets or Sets Left More...
 
PortfolioReconciliationRequest Right [get, set]
 Gets or Sets Right More...
 
List< string > InstrumentPropertyKeys [get, set]
 Instrument properties to be included with any identified breaks. These properties will be in the effective and AsAt dates of the left portfolio More...
 

Detailed Description

PortfoliosReconciliationRequest

Constructor & Destructor Documentation

◆ PortfoliosReconciliationRequest() [1/2]

Lusid.Sdk.Model.PortfoliosReconciliationRequest.PortfoliosReconciliationRequest ( )
inlineprotected

Initializes a new instance of the PortfoliosReconciliationRequest class.

◆ PortfoliosReconciliationRequest() [2/2]

Lusid.Sdk.Model.PortfoliosReconciliationRequest.PortfoliosReconciliationRequest ( PortfolioReconciliationRequest  left = default(PortfolioReconciliationRequest),
PortfolioReconciliationRequest  right = default(PortfolioReconciliationRequest),
List< string >  instrumentPropertyKeys = default(List<string>) 
)
inline

Initializes a new instance of the PortfoliosReconciliationRequest class.

Parameters
leftleft (required).
rightright (required).
instrumentPropertyKeysInstrument properties to be included with any identified breaks. These properties will be in the effective and AsAt dates of the left portfolio (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if PortfoliosReconciliationRequest instances are equal

Parameters
inputInstance of PortfoliosReconciliationRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ InstrumentPropertyKeys

List<string> Lusid.Sdk.Model.PortfoliosReconciliationRequest.InstrumentPropertyKeys
getset

Instrument properties to be included with any identified breaks. These properties will be in the effective and AsAt dates of the left portfolio

Instrument properties to be included with any identified breaks. These properties will be in the effective and AsAt dates of the left portfolio

◆ Left

PortfolioReconciliationRequest Lusid.Sdk.Model.PortfoliosReconciliationRequest.Left
getset

Gets or Sets Left

◆ Right

PortfolioReconciliationRequest Lusid.Sdk.Model.PortfoliosReconciliationRequest.Right
getset

Gets or Sets Right


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