Click or drag to resize

QuoteEventArgs Class

New quote event arguments.
Inheritance Hierarchy
SystemObject
  TradingAPI.MT4ServerQuoteEventArgs

Namespace:  TradingAPI.MT4Server
Assembly:  MT4ServerApi (in MT4ServerApi.dll) Version: 4.6.1.8
Syntax
public class QuoteEventArgs

The QuoteEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodQuoteEventArgs
Initializes a new instance of the QuoteEventArgs class
Top
Methods
Fields
  NameDescription
Public fieldAsk
Ask.
Public fieldBid
Bid.
Public fieldSymbol
Trading instrument.
Public fieldTime
Server time.
Top
See Also