![]() |
B2BITS FIX Antenna C++ 2.34.0
|
Symbol mappings receiver. More...
#include <B2BITS_BatsUnitService.h>
Public Member Functions | |
| virtual bool | onSymbolMappingMsg (const SymbolMappingMsg *msg)=0 |
| Called on option symbol mapping message,. | |
| virtual void | onUnsubscribed ()=0 |
| Called when listener is unsubscribed. | |
Symbol mappings receiver.
|
pure virtual |
Called on option symbol mapping message,.
true to proceed listening or false to unsibscribe
|
pure virtual |
Called when listener is unsubscribed.
Listener is not used by service after this call, you may call delete this from it. When service is being destroyed it automatically unsubscribes all listeners.