MT5APIDownloadQuoteHistoryToday Method
|
Namespace: mtapi.mt5Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax public List DownloadQuoteHistoryToday(
void symbol,
Bar timeFrame
)
Public Function DownloadQuoteHistoryToday (
symbol As Void,
timeFrame As Bar
) As List
public:
List^ DownloadQuoteHistoryToday(
void symbol,
Bar timeFrame
)
member DownloadQuoteHistoryToday :
symbol : unit *
timeFrame : Bar -> List
Parameters
- symbol Void
-
- timeFrame Bar
-
Return Value
ListTSee Also