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

PortfolioReconciliationRequest More...

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

Public Member Functions

 PortfolioReconciliationRequest (ResourceId portfolioId=default(ResourceId), DateTimeOrCutLabel effectiveAt=default(DateTimeOrCutLabel), DateTimeOffset? asAt=default(DateTimeOffset?))
 Initializes a new instance of the PortfolioReconciliationRequest 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 (PortfolioReconciliationRequest input)
 Returns true if PortfolioReconciliationRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

ResourceId PortfolioId [get, set]
 Gets or Sets PortfolioId More...
 
DateTimeOrCutLabel EffectiveAt [get, set]
 The effective date of the portfolio More...
 
DateTimeOffset? AsAt [get, set]
 Optional. The AsAt date of the portfolio More...
 

Detailed Description

PortfolioReconciliationRequest

Constructor & Destructor Documentation

◆ PortfolioReconciliationRequest() [1/2]

Lusid.Sdk.Model.PortfolioReconciliationRequest.PortfolioReconciliationRequest ( )
inlineprotected

Initializes a new instance of the PortfolioReconciliationRequest class.

◆ PortfolioReconciliationRequest() [2/2]

Lusid.Sdk.Model.PortfolioReconciliationRequest.PortfolioReconciliationRequest ( ResourceId  portfolioId = default(ResourceId),
DateTimeOrCutLabel  effectiveAt = default(DateTimeOrCutLabel),
DateTimeOffset?  asAt = default(DateTimeOffset?) 
)
inline

Initializes a new instance of the PortfolioReconciliationRequest class.

Parameters
portfolioIdportfolioId (required).
effectiveAtThe effective date of the portfolio (required).
asAtOptional. The AsAt date of the portfolio.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if PortfolioReconciliationRequest instances are equal

Parameters
inputInstance of PortfolioReconciliationRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AsAt

DateTimeOffset? Lusid.Sdk.Model.PortfolioReconciliationRequest.AsAt
getset

Optional. The AsAt date of the portfolio

Optional. The AsAt date of the portfolio

◆ EffectiveAt

DateTimeOrCutLabel Lusid.Sdk.Model.PortfolioReconciliationRequest.EffectiveAt
getset

The effective date of the portfolio

The effective date of the portfolio

◆ PortfolioId

ResourceId Lusid.Sdk.Model.PortfolioReconciliationRequest.PortfolioId
getset

Gets or Sets PortfolioId


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