Click or drag to resize

Quote Class

New quote event arguments.
Inheritance Hierarchy
SystemObject
  mtapi.mt5Quote

Namespace: mtapi.mt5
Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax
public class Quote

The Quote type exposes the following members.

Constructors
 NameDescription
Public methodQuoteInitializes a new instance of the Quote class
Top
Methods
 NameDescription
Public methodToString Convert to string.
(Overrides ObjectToString)
Top
Fields
 NameDescription
Public fieldAsk Ask.
Public fieldBid Bid.
Public fieldLast Last deal price.
Public fieldSymbol Trading instrument.
Public fieldTime Server time.
Public fieldVolume Volume
Top
See Also