Table of Contents

Class Quote

Namespace
ViiSync.AccountApi
Assembly
ViiSync.AccountApi.dll

A price quote (MT5 Quote). Time is UTC (ViiSync's server clock is UTC).

public sealed class Quote
Inheritance
Quote
Inherited Members

Properties

Ask

Ask price.

Bid

Bid price.

Last

Last trade price; 0 when the feed carries none (typical for OTC FX).

ReceivedUtc

ViiSync extra: local receive time (UTC) — lets a caller measure quote age.

Symbol

Symbol name.

Time

Server time of the tick (UTC).

Volume

Volume carried by the tick; 0 when there is none.

Methods

ToString()

"SYMBOL bid/ask time", invariant culture.