Server time#
About#
Contains server time for a MetaTrader account
Fields#
Name | Type | Required | Description |
---|---|---|---|
time | string | Yes | current time, in ISO format |
brokerTime | string | Yes | current broker time, in broker timezone, YYYY-MM-DD HH:mm:ss.SSS format |
lastQuoteTime | string | last quote time, in ISO format | |
lastQuoteBrokerTime | string | last quote time, in broker timezone, YYYY-MM-DD HH:mm:ss.SSS format |
Example#
{
"time": "2022-04-05T12:54:55.345Z",
"brokerTime": "2022-04-05 15:54:55.345",
"lastQuoteTime": "2022-04-05T12:54:55.145Z",
"lastQuoteBrokerTime": "2022-04-05 15:54:55.145"
}