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

CreateClosedPeriodRequest More...

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

Public Member Functions

 CreateClosedPeriodRequest (string closedPeriodId=default(string), DateTimeOffset effectiveEnd=default(DateTimeOffset), Dictionary< string, Property > properties=default(Dictionary< string, Property >), DateTimeOffset? asAtClosed=default(DateTimeOffset?), string displayName=default(string), string description=default(string), DateTimeOffset? holdingsAsAtClosedOverride=default(DateTimeOffset?), DateTimeOffset? valuationAsAtClosedOverride=default(DateTimeOffset?))
 Initializes a new instance of the CreateClosedPeriodRequest 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 (CreateClosedPeriodRequest input)
 Returns true if CreateClosedPeriodRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string ClosedPeriodId [get, set]
 The unique Id of the Closed Period. The ClosedPeriodId, together with the Timeline Scope and Code, uniquely identifies a Closed Period More...
 
DateTimeOffset EffectiveEnd [get, set]
 The effective end of the Closed Period More...
 
Dictionary< string, PropertyProperties [get, set]
 The Closed Periods properties. These will be from the &#39;ClosedPeriod&#39; domain. More...
 
DateTimeOffset? AsAtClosed [get, set]
 The asAt closed datetime for the Closed Period More...
 
string DisplayName [get, set]
 The name of the Closed Period. More...
 
string Description [get, set]
 A description for the Closed Period. More...
 
DateTimeOffset? HoldingsAsAtClosedOverride [get, set]
 The optional AsAtClosed Override to use for building holdings in the Closed Period.If not specified, the AsAtClosed on the Closed Period will be used. More...
 
DateTimeOffset? ValuationAsAtClosedOverride [get, set]
 The optional AsAtClosed Override to use for performing valuations in the Closed Period.If not specified, the AsAtClosed on the Closed Period will be used. More...
 

Detailed Description

CreateClosedPeriodRequest

Constructor & Destructor Documentation

◆ CreateClosedPeriodRequest() [1/2]

Lusid.Sdk.Model.CreateClosedPeriodRequest.CreateClosedPeriodRequest ( )
inlineprotected

Initializes a new instance of the CreateClosedPeriodRequest class.

◆ CreateClosedPeriodRequest() [2/2]

Lusid.Sdk.Model.CreateClosedPeriodRequest.CreateClosedPeriodRequest ( string  closedPeriodId = default(string),
DateTimeOffset  effectiveEnd = default(DateTimeOffset),
Dictionary< string, Property properties = default(Dictionary<string, Property>),
DateTimeOffset?  asAtClosed = default(DateTimeOffset?),
string  displayName = default(string),
string  description = default(string),
DateTimeOffset?  holdingsAsAtClosedOverride = default(DateTimeOffset?),
DateTimeOffset?  valuationAsAtClosedOverride = default(DateTimeOffset?) 
)
inline

Initializes a new instance of the CreateClosedPeriodRequest class.

Parameters
closedPeriodIdThe unique Id of the Closed Period. The ClosedPeriodId, together with the Timeline Scope and Code, uniquely identifies a Closed Period (required).
effectiveEndThe effective end of the Closed Period.
propertiesThe Closed Periods properties. These will be from the &#39;ClosedPeriod&#39; domain..
asAtClosedThe asAt closed datetime for the Closed Period.
displayNameThe name of the Closed Period..
descriptionA description for the Closed Period..
holdingsAsAtClosedOverrideThe optional AsAtClosed Override to use for building holdings in the Closed Period.If not specified, the AsAtClosed on the Closed Period will be used..
valuationAsAtClosedOverrideThe optional AsAtClosed Override to use for performing valuations in the Closed Period.If not specified, the AsAtClosed on the Closed Period will be used..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if CreateClosedPeriodRequest instances are equal

Parameters
inputInstance of CreateClosedPeriodRequest to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AsAtClosed

DateTimeOffset? Lusid.Sdk.Model.CreateClosedPeriodRequest.AsAtClosed
getset

The asAt closed datetime for the Closed Period

The asAt closed datetime for the Closed Period

◆ ClosedPeriodId

string Lusid.Sdk.Model.CreateClosedPeriodRequest.ClosedPeriodId
getset

The unique Id of the Closed Period. The ClosedPeriodId, together with the Timeline Scope and Code, uniquely identifies a Closed Period

The unique Id of the Closed Period. The ClosedPeriodId, together with the Timeline Scope and Code, uniquely identifies a Closed Period

◆ Description

string Lusid.Sdk.Model.CreateClosedPeriodRequest.Description
getset

A description for the Closed Period.

A description for the Closed Period.

◆ DisplayName

string Lusid.Sdk.Model.CreateClosedPeriodRequest.DisplayName
getset

The name of the Closed Period.

The name of the Closed Period.

◆ EffectiveEnd

DateTimeOffset Lusid.Sdk.Model.CreateClosedPeriodRequest.EffectiveEnd
getset

The effective end of the Closed Period

The effective end of the Closed Period

◆ HoldingsAsAtClosedOverride

DateTimeOffset? Lusid.Sdk.Model.CreateClosedPeriodRequest.HoldingsAsAtClosedOverride
getset

The optional AsAtClosed Override to use for building holdings in the Closed Period.If not specified, the AsAtClosed on the Closed Period will be used.

The optional AsAtClosed Override to use for building holdings in the Closed Period.If not specified, the AsAtClosed on the Closed Period will be used.

◆ Properties

Dictionary<string, Property> Lusid.Sdk.Model.CreateClosedPeriodRequest.Properties
getset

The Closed Periods properties. These will be from the &#39;ClosedPeriod&#39; domain.

The Closed Periods properties. These will be from the &#39;ClosedPeriod&#39; domain.

◆ ValuationAsAtClosedOverride

DateTimeOffset? Lusid.Sdk.Model.CreateClosedPeriodRequest.ValuationAsAtClosedOverride
getset

The optional AsAtClosed Override to use for performing valuations in the Closed Period.If not specified, the AsAtClosed on the Closed Period will be used.

The optional AsAtClosed Override to use for performing valuations in the Closed Period.If not specified, the AsAtClosed on the Closed Period will be used.


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