A definition for the period you wish to close
More...
|
| string | DiaryEntryCode [get, set] |
| | Unique code assigned to a period. When left blank a code will be created by the system in the format 'yyyyMMDD'. More...
|
| |
| string | Name [get, set] |
| | Identifiable Name assigned to the period. Where left blank, the system will generate a name in the format 'yyyyMMDD'. More...
|
| |
| DateTimeOffset? | EffectiveAt [get, set] |
| | The effective time of the diary entry. More...
|
| |
| DateTimeOffset? | QueryAsAt [get, set] |
| | The query time of the diary entry. Defaults to latest. More...
|
| |
| string | Status [get, set] |
| | The status of a Diary Entry of Type 'PeriodBoundary'. Defaults to 'Estimate' when closing a period, and supports 'Estimate' and 'Final' for closing periods and 'Final' for locking periods. Available values: Undefined, Estimate, Final, Candidate, Unofficial. More...
|
| |
| Dictionary< string, Property > | Properties [get, set] |
| | A set of properties for the diary entry. More...
|
| |
| List< string > | ClosingOptions [get, set] |
| | The options which will be executed once a period is closed or locked. Available values: ApplyClearDown. More...
|
| |
A definition for the period you wish to close
◆ ClosePeriodDiaryEntryRequest()
| Lusid.Sdk.Model.ClosePeriodDiaryEntryRequest.ClosePeriodDiaryEntryRequest |
( |
string |
diaryEntryCode = default(string), |
|
|
string |
name = default(string), |
|
|
DateTimeOffset? |
effectiveAt = default(DateTimeOffset?), |
|
|
DateTimeOffset? |
queryAsAt = default(DateTimeOffset?), |
|
|
string |
status = default(string), |
|
|
Dictionary< string, Property > |
properties = default(Dictionary<string, Property>), |
|
|
List< string > |
closingOptions = default(List<string>) |
|
) |
| |
|
inline |
Initializes a new instance of the ClosePeriodDiaryEntryRequest class.
- Parameters
-
| diaryEntryCode | Unique code assigned to a period. When left blank a code will be created by the system in the format 'yyyyMMDD'.. |
| name | Identifiable Name assigned to the period. Where left blank, the system will generate a name in the format 'yyyyMMDD'.. |
| effectiveAt | The effective time of the diary entry.. |
| queryAsAt | The query time of the diary entry. Defaults to latest.. |
| status | The status of a Diary Entry of Type 'PeriodBoundary'. Defaults to 'Estimate' when closing a period, and supports 'Estimate' and 'Final' for closing periods and 'Final' for locking periods. Available values: Undefined, Estimate, Final, Candidate, Unofficial.. |
| properties | A set of properties for the diary entry.. |
| closingOptions | The options which will be executed once a period is closed or locked. Available values: ApplyClearDown.. |
◆ Equals() [1/2]
◆ Equals() [2/2]
| override bool Lusid.Sdk.Model.ClosePeriodDiaryEntryRequest.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ GetHashCode()
| override int Lusid.Sdk.Model.ClosePeriodDiaryEntryRequest.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.ClosePeriodDiaryEntryRequest.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.ClosePeriodDiaryEntryRequest.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ ClosingOptions
| List<string> Lusid.Sdk.Model.ClosePeriodDiaryEntryRequest.ClosingOptions |
|
getset |
The options which will be executed once a period is closed or locked. Available values: ApplyClearDown.
The options which will be executed once a period is closed or locked. Available values: ApplyClearDown.
◆ DiaryEntryCode
| string Lusid.Sdk.Model.ClosePeriodDiaryEntryRequest.DiaryEntryCode |
|
getset |
Unique code assigned to a period. When left blank a code will be created by the system in the format 'yyyyMMDD'.
Unique code assigned to a period. When left blank a code will be created by the system in the format 'yyyyMMDD'.
◆ EffectiveAt
| DateTimeOffset? Lusid.Sdk.Model.ClosePeriodDiaryEntryRequest.EffectiveAt |
|
getset |
The effective time of the diary entry.
The effective time of the diary entry.
◆ Name
| string Lusid.Sdk.Model.ClosePeriodDiaryEntryRequest.Name |
|
getset |
Identifiable Name assigned to the period. Where left blank, the system will generate a name in the format 'yyyyMMDD'.
Identifiable Name assigned to the period. Where left blank, the system will generate a name in the format 'yyyyMMDD'.
◆ Properties
| Dictionary<string, Property> Lusid.Sdk.Model.ClosePeriodDiaryEntryRequest.Properties |
|
getset |
A set of properties for the diary entry.
A set of properties for the diary entry.
◆ QueryAsAt
| DateTimeOffset? Lusid.Sdk.Model.ClosePeriodDiaryEntryRequest.QueryAsAt |
|
getset |
The query time of the diary entry. Defaults to latest.
The query time of the diary entry. Defaults to latest.
◆ Status
| string Lusid.Sdk.Model.ClosePeriodDiaryEntryRequest.Status |
|
getset |
The status of a Diary Entry of Type 'PeriodBoundary'. Defaults to 'Estimate' when closing a period, and supports 'Estimate' and 'Final' for closing periods and 'Final' for locking periods. Available values: Undefined, Estimate, Final, Candidate, Unofficial.
The status of a Diary Entry of Type 'PeriodBoundary'. Defaults to 'Estimate' when closing a period, and supports 'Estimate' and 'Final' for closing periods and 'Final' for locking periods. Available values: Undefined, Estimate, Final, Candidate, Unofficial.
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/lusid-sdk-csharp/checkouts/latest/sdk/Lusid.Sdk/Model/ClosePeriodDiaryEntryRequest.cs