public method ITradingSettingsProvider.getStartFinancialDay
Overview
Gets the start of a financial date
Declaration
function getStartFinancialDay(symbol)
public String getStartFinancialDay(String symbol);
public string getStartFinancialDay(string symbol);
Parameters
| Name | Description |
|---|---|
| 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