public method ITradingSettingsProvider.getStartFinancialDay

Brief

Gets the start of a financial date

Declaration

protojavascriptjavacsharp
public getStartFinancialDay(symbol : string) : string

Parameters
symbol

The instrument's symbol for which to get the value

Returns

The method returns the start of a financial date in string format 'hh:mm:ss'

Details

Declared in ITradingSettingsProvider

back