|
void | OnQuote< TB, TE > (TB buf) |
| On Quote event received More...
|
|
void | OnTrade< TB, TE > (TB buf) |
| On Trade event received. More...
|
|
void | OnOrder< TB, TE > (TB buf) |
| On Order event received. More...
|
|
void | OnProfile< TB, TE > (TB buf) |
| On Profile event received. More...
|
|
void | OnFundamental< TB, TE > (TB buf) |
| On Fundamental event received. More...
|
|
void | OnTimeAndSale< TB, TE > (TB buf) |
| On Time and Sale event received. More...
|
|
void | OnTradeETH< TB, TE > (TB buf) |
| On TradeETH event received. More...
|
|
void | OnSpreadOrder< TB, TE > (TB buf) |
| On SpreadOrder event received. More...
|
|
void | OnCandle< TB, TE > (TB buf) |
| On Candle events received. More...
|
|
void | OnGreeks< TB, TE > (TB buf) |
| On Greeks event received. More...
|
|
void | OnTheoPrice< TB, TE > (TB buf) |
| On TheoPrice event received. More...
|
|
void | OnUnderlying< TB, TE > (TB buf) |
| On Underlying event received. More...
|
|
void | OnSeries< TB, TE > (TB buf) |
| On Series event received. More...
|
|
void | OnConfiguration< TB, TE > (TB buf) |
| On Configuration event received. More...
|
|
◆ OnCandle< TB, TE >()
void com.dxfeed.api.extras.EventPrinter.OnCandle< TB, TE > |
( |
TB |
buf | ) |
|
|
inline |
On Candle events received.
- Template Parameters
-
TB | Event buffer type. |
TE | Event type. |
- Parameters
-
Implements com.dxfeed.api.IDxCandleListener.
- Type Constraints
-
TB | : | IDxEventBuf<TE> | |
TE | : | IDxCandle | |
◆ OnConfiguration< TB, TE >()
void com.dxfeed.api.extras.EventPrinter.OnConfiguration< TB, TE > |
( |
TB |
buf | ) |
|
|
inline |
On Configuration event received.
- Template Parameters
-
TB | Event buffer type. |
TE | Event type. |
- Parameters
-
Implements com.dxfeed.api.IDxConfigurationListener.
- Type Constraints
-
TB | : | IDxEventBuf<TE> | |
TE | : | IDxConfiguration | |
◆ OnFundamental< TB, TE >()
void com.dxfeed.api.extras.EventPrinter.OnFundamental< TB, TE > |
( |
TB |
buf | ) |
|
|
inline |
On Fundamental event received.
- Template Parameters
-
TB | Event buffer type. |
TE | Event type. |
- Parameters
-
Implements com.dxfeed.api.IDxFundamentalListener.
- Type Constraints
-
TB | : | IDxEventBuf<TE> | |
TE | : | IDxSummary | |
◆ OnGreeks< TB, TE >()
void com.dxfeed.api.extras.EventPrinter.OnGreeks< TB, TE > |
( |
TB |
buf | ) |
|
|
inline |
On Greeks event received.
- Template Parameters
-
TB | Event buffer type. |
TE | Event type. |
- Parameters
-
Implements com.dxfeed.api.IDxGreeksListener.
- Type Constraints
-
TB | : | IDxEventBuf<TE> | |
TE | : | IDxGreeks | |
◆ OnOrder< TB, TE >()
void com.dxfeed.api.extras.EventPrinter.OnOrder< TB, TE > |
( |
TB |
buf | ) |
|
|
inline |
On Order event received.
- Template Parameters
-
TB | Event buffer type. |
TE | Event type. |
- Parameters
-
Implements com.dxfeed.api.IDxOrderListener.
- Type Constraints
-
TB | : | IDxEventBuf<TE> | |
TE | : | IDxOrder | |
◆ OnProfile< TB, TE >()
void com.dxfeed.api.extras.EventPrinter.OnProfile< TB, TE > |
( |
TB |
buf | ) |
|
|
inline |
On Profile event received.
- Template Parameters
-
TB | Event buffer type. |
TE | Event type. |
- Parameters
-
Implements com.dxfeed.api.IDxProfileListener.
- Type Constraints
-
TB | : | IDxEventBuf<TE> | |
TE | : | IDxProfile | |
◆ OnQuote< TB, TE >()
void com.dxfeed.api.extras.EventPrinter.OnQuote< TB, TE > |
( |
TB |
buf | ) |
|
|
inline |
On Quote event received
- Template Parameters
-
TB | Event buffer type. |
TE | Event type. |
- Parameters
-
Implements com.dxfeed.api.IDxQuoteListener.
- Type Constraints
-
TB | : | IDxEventBuf<TE> | |
TE | : | IDxQuote | |
◆ OnSeries< TB, TE >()
void com.dxfeed.api.extras.EventPrinter.OnSeries< TB, TE > |
( |
TB |
buf | ) |
|
|
inline |
On Series event received.
- Template Parameters
-
TB | Event buffer type. |
TE | Event type. |
- Parameters
-
Implements com.dxfeed.api.IDxSeriesListener.
- Type Constraints
-
TB | : | IDxEventBuf<TE> | |
TE | : | IDxSeries | |
◆ OnSpreadOrder< TB, TE >()
void com.dxfeed.api.extras.EventPrinter.OnSpreadOrder< TB, TE > |
( |
TB |
buf | ) |
|
|
inline |
On SpreadOrder event received.
- Template Parameters
-
TB | Event buffer type. |
TE | Event type. |
- Parameters
-
Implements com.dxfeed.api.IDxSpreadOrderListener.
- Type Constraints
-
TB | : | IDxEventBuf<TE> | |
TE | : | IDxSpreadOrder | |
◆ OnTheoPrice< TB, TE >()
void com.dxfeed.api.extras.EventPrinter.OnTheoPrice< TB, TE > |
( |
TB |
buf | ) |
|
|
inline |
On TheoPrice event received.
- Template Parameters
-
TB | Event buffer type. |
TE | Event type. |
- Parameters
-
Implements com.dxfeed.api.IDxTheoPriceListener.
- Type Constraints
-
TB | : | IDxEventBuf<TE> | |
TE | : | IDxTheoPrice | |
◆ OnTimeAndSale< TB, TE >()
void com.dxfeed.api.extras.EventPrinter.OnTimeAndSale< TB, TE > |
( |
TB |
buf | ) |
|
|
inline |
On Time and Sale event received.
- Template Parameters
-
TB | Event buffer type. |
TE | Event type. |
- Parameters
-
Implements com.dxfeed.api.IDxTimeAndSaleListener.
- Type Constraints
-
TB | : | IDxEventBuf<TE> | |
TE | : | IDxTimeAndSale | |
◆ OnTrade< TB, TE >()
void com.dxfeed.api.extras.EventPrinter.OnTrade< TB, TE > |
( |
TB |
buf | ) |
|
|
inline |
On Trade event received.
- Template Parameters
-
TB | Event buffer type. |
TE | Event type. |
- Parameters
-
Implements com.dxfeed.api.IDxTradeListener.
- Type Constraints
-
TB | : | IDxEventBuf<TE> | |
TE | : | IDxTrade | |
◆ OnTradeETH< TB, TE >()
void com.dxfeed.api.extras.EventPrinter.OnTradeETH< TB, TE > |
( |
TB |
buf | ) |
|
|
inline |
On TradeETH event received.
- Template Parameters
-
TB | Event buffer type. |
TE | Event type. |
- Parameters
-
Implements com.dxfeed.api.IDxTradeETHListener.
- Type Constraints
-
TB | : | IDxEventBuf<TE> | |
TE | : | IDxTradeETH | |
◆ OnUnderlying< TB, TE >()
void com.dxfeed.api.extras.EventPrinter.OnUnderlying< TB, TE > |
( |
TB |
buf | ) |
|
|
inline |
On Underlying event received.
- Template Parameters
-
TB | Event buffer type. |
TE | Event type. |
- Parameters
-
Implements com.dxfeed.api.IDxUnderlyingListener.
- Type Constraints
-
TB | : | IDxEventBuf<TE> | |
TE | : | IDxUnderlying | |
The documentation for this class was generated from the following file: