public method ITradingSettingsProvider.getFinancialDate

Brief

Gets the financial date

Declaration

protojavascriptjavacsharp
public getFinancialDate(date : datetime, symbol : string) : string

Parameters
date

The source date object

symbol

The instrument's symbol for which to get the value

Returns

The method returns the financial date in string format 'MM/dd/yyyy'

Details

Declared in ITradingSettingsProvider

back