Package | Description |
---|---|
com.dxfeed.event.market |
Defines regular market event classes.
|
com.dxfeed.event.option |
Defines option-related market event classes.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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 © 2014 Devexperts. All Rights Reserved.