public interface MFPriceDepthBookHandler extends MFCommonMarketDataHandler
| Modifier and Type | Method and Description |
|---|---|
void |
on(PriceDepthBook book,
long securityID,
MFMarketDataSession session)
Called after all marketdata updates have been applied to the
PriceDepthBook |
void |
onError(java.lang.String errorMessage,
long venueID,
long securityID,
MFMarketDataSession session)
Called if there an error applying an update to the book.
|
void on(PriceDepthBook book, long securityID, MFMarketDataSession session)
PriceDepthBookvoid onError(java.lang.String errorMessage,
long venueID,
long securityID,
MFMarketDataSession session)