public method ITradingSettingsProvider.getFinancialDate

Overview

Gets the financial date

Declaration

function getFinancialDate(date, symbol)
public String getFinancialDate(Date date, String symbol);
public string getFinancialDate(DateTime date, string symbol);

Parameters

Name Description
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