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.0.1170.31 (4.0.1170.31)
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