Uses of Class
com.dxfeed.event.market.MarketEvent

Packages that use MarketEvent
com.dxfeed.event.market Defines regular market event classes. 
com.dxfeed.event.option Defines option-related market event classes. 
 

Uses of MarketEvent in com.dxfeed.event.market
 

Subclasses of MarketEvent in com.dxfeed.event.market
 class Order
          Order event is a snapshot for a full available market depth for a symbol.
 class Profile
          Profile information snapshot that contains security instrument description.
 class Quote
          Quote event is a snapshot of the best bid and ask prices, and other fields that change with each quote.
 class Summary
          Summary information snapshot about the trading session including session highs, lows, etc.
 class TimeAndSale
          Time and Sale represents a trade (or other market event with price, e.g. market open/close price, etc.).
 class Trade
          Trade event is a snapshot of the price and size of the last trade and other fields that change with each trade.
 

Uses of MarketEvent in com.dxfeed.event.option
 

Subclasses of MarketEvent in com.dxfeed.event.option
 class Greeks
          Greeks event is a snapshot of the option price, Black-Scholes volatility and greeks.
 class TheoPrice
          Theo price is a snapshot of the theoretical option price computation that is periodically performed by dxPrice model-free computation.
 



Copyright © 2013 Devexperts. All Rights Reserved.