public method ClosedPosition.getValueDate

Brief

Gets the simulated delivery date

Declaration

protojavascriptjavacsharp
public getValueDate() : string

Returns

The method returns a string that represents the date shows when the position can be closed automatically. The date is provided in the yyyyMMdd format

Details

It is applicable only to closed positions on accounts with the day netting position maintenance. Otherwise, the method returns an empty value. The returned date shows when the position can be closed automatically. The date is provided in the yyyyMMdd format

Declared in ClosedPosition

back