Package velox.api.layer1
Interface Layer1ApiListener
- All Superinterfaces:
Layer1ApiAdminListener,Layer1ApiDataListener,Layer1ApiInstrumentListener,Layer1ApiMboDataListener,Layer1ApiTradingListener
- All Known Subinterfaces:
Layer1ApiAdapter
- All Known Implementing Classes:
Layer1ApiDepthFreezer,Layer1ApiInjectorRelay,Layer1ApiRelay,Layer1ApiStrategiesEchoMessagesLayer,Layer1ApiUpstreamRelay
public interface Layer1ApiListener
extends Layer1ApiInstrumentListener, Layer1ApiDataListener, Layer1ApiMboDataListener, Layer1ApiTradingListener, Layer1ApiAdminListener
Extends all possible Layer1 listeners. Capable of listening to any Layer1 Api
events.
-
Method Summary
Methods inherited from interface velox.api.layer1.Layer1ApiAdminListener
onConnectionLost, onConnectionRestored, onLoginFailed, onLoginSuccessful, onSystemTextMessage, onUserMessageMethods inherited from interface velox.api.layer1.Layer1ApiDataListener
onDepth, onMarketMode, onTradeMethods inherited from interface velox.api.layer1.Layer1ApiInstrumentListener
onInstrumentAdded, onInstrumentAlreadySubscribed, onInstrumentNotFound, onInstrumentRemovedMethods inherited from interface velox.api.layer1.Layer1ApiMboDataListener
onMboCancel, onMboReplace, onMboSendMethods inherited from interface velox.api.layer1.Layer1ApiTradingListener
onBalance, onOrderExecuted, onOrderUpdated, onStatus