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

PreviousValuationPoint More...

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

Public Member Functions

 PreviousValuationPoint (string valuationPointCode=default(string), string name=default(string), DateTimeOffset effectiveAt=default(DateTimeOffset), DateTimeOffset queryAsAt=default(DateTimeOffset), DateTimeOffset holdingsAsAt=default(DateTimeOffset), DateTimeOffset valuationAsAt=default(DateTimeOffset))
 Initializes a new instance of the PreviousValuationPoint 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 (PreviousValuationPoint input)
 Returns true if PreviousValuationPoint instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string ValuationPointCode [get, set]
 The code of the Valuation Point. More...
 
string Name [get, set]
 Identifiable Name assigned to the Valuation Point. More...
 
DateTimeOffset EffectiveAt [get, set]
 The effective time of the Valuation Point. More...
 
DateTimeOffset QueryAsAt [get, set]
 The AsAt time of the Valuation Point. This is the AsAt time that will be used when requests are made using the entry. More...
 
DateTimeOffset HoldingsAsAt [get, set]
 The AsAt time used for building holdings in the Valuation Point. More...
 
DateTimeOffset ValuationAsAt [get, set]
 The AsAt time used for performing valuations in the Valuation Point. More...
 

Detailed Description

PreviousValuationPoint

Constructor & Destructor Documentation

◆ PreviousValuationPoint() [1/2]

Lusid.Sdk.Model.PreviousValuationPoint.PreviousValuationPoint ( )
inlineprotected

Initializes a new instance of the PreviousValuationPoint class.

◆ PreviousValuationPoint() [2/2]

Lusid.Sdk.Model.PreviousValuationPoint.PreviousValuationPoint ( string  valuationPointCode = default(string),
string  name = default(string),
DateTimeOffset  effectiveAt = default(DateTimeOffset),
DateTimeOffset  queryAsAt = default(DateTimeOffset),
DateTimeOffset  holdingsAsAt = default(DateTimeOffset),
DateTimeOffset  valuationAsAt = default(DateTimeOffset) 
)
inline

Initializes a new instance of the PreviousValuationPoint class.

Parameters
valuationPointCodeThe code of the Valuation Point. (required).
nameIdentifiable Name assigned to the Valuation Point..
effectiveAtThe effective time of the Valuation Point. (required).
queryAsAtThe AsAt time of the Valuation Point. This is the AsAt time that will be used when requests are made using the entry. (required).
holdingsAsAtThe AsAt time used for building holdings in the Valuation Point..
valuationAsAtThe AsAt time used for performing valuations in the Valuation Point..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if PreviousValuationPoint instances are equal

Parameters
inputInstance of PreviousValuationPoint to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ EffectiveAt

DateTimeOffset Lusid.Sdk.Model.PreviousValuationPoint.EffectiveAt
getset

The effective time of the Valuation Point.

The effective time of the Valuation Point.

◆ HoldingsAsAt

DateTimeOffset Lusid.Sdk.Model.PreviousValuationPoint.HoldingsAsAt
getset

The AsAt time used for building holdings in the Valuation Point.

The AsAt time used for building holdings in the Valuation Point.

◆ Name

string Lusid.Sdk.Model.PreviousValuationPoint.Name
getset

Identifiable Name assigned to the Valuation Point.

Identifiable Name assigned to the Valuation Point.

◆ QueryAsAt

DateTimeOffset Lusid.Sdk.Model.PreviousValuationPoint.QueryAsAt
getset

The AsAt time of the Valuation Point. This is the AsAt time that will be used when requests are made using the entry.

The AsAt time of the Valuation Point. This is the AsAt time that will be used when requests are made using the entry.

◆ ValuationAsAt

DateTimeOffset Lusid.Sdk.Model.PreviousValuationPoint.ValuationAsAt
getset

The AsAt time used for performing valuations in the Valuation Point.

The AsAt time used for performing valuations in the Valuation Point.

◆ ValuationPointCode

string Lusid.Sdk.Model.PreviousValuationPoint.ValuationPointCode
getset

The code of the Valuation Point.

The code of the Valuation Point.


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