| Interface | Description |
|---|---|
| Layer1ApiAdminAdapter |
Provides default empty implementations.
|
| Layer1ApiAdminListenable | |
| Layer1ApiAdminListener |
Listens to general events, such as login results, disconnections, warnings,
etc.
|
| Layer1ApiAdminProvider |
Class implementing this should provide general Layer1 Api functions.
|
| Layer1ApiAdvancedGeneratorCreator |
Normally when settings are changed (e.g.
|
| Layer1ApiDataAdapter |
Provides default empty implementations.
|
| Layer1ApiDataListenable | |
| Layer1ApiDataListener |
Listener for trading events
|
| Layer1ApiDataProvider |
Class implementing this should provide trade/depth data to subscribers
|
| Layer1ApiFinishable |
Every strategy should implement this interface
Defines action when strategy is being unloaded (removing added GUI, disposing dialogs, etc)
|
| Layer1ApiInstrumentAdapter |
Provides default empty implementations.
|
| Layer1ApiInstrumentListenable | |
| Layer1ApiInstrumentListener |
Listener for instrument events
|
| Layer1ApiInstrumentProvider |
Class implementing this should provide ability to work with instruments
|
| Layer1ApiInstrumentSpecificEnabledStateProvider |
If this interface is implemented, when strategy checkbox is selected/deselected in
Studies config / Strategy config dialog, strategy will not be loaded/unloaded, instead
it will be notified via this interface
|
| Layer1ApiListener |
Extends all possible Layer1 listeners.
|
| Layer1ApiMboDataAdapter |
Provides default empty implementations
|
| Layer1ApiMboDataListenable | |
| Layer1ApiMboDataListener |
Listener for MBO events
|
| Layer1ApiMboDataProvider |
Class implementing this should provide MBO data to subscribers
|
| Layer1ApiProvider |
Extends all possible Layer1 provider aspect interfaces.
|
| Layer1ApiTradingAdapter |
Provides default empty implementations.
|
| Layer1ApiTradingListenable | |
| Layer1ApiTradingListener |
Listener for order routing
|
| Layer1ApiTradingProvider |
Class implementing this should provide ability to work with orders
|
| Layer1CustomPanelsGetter |
Implement this interface if you want strategy to show custom panels when selected in strategies dialog
|
| Layer1Descripted |
Implement this interface if you want your strategy to display description in strategies dialog
|
| Layer1InternallyControllingEnable |
This interface allows Bookmap to know if strategy is enabled/disabled for specific instrument
|
| Layer1InternallyControllingEnable.InvalidateIsEnabledCallback | |
| LayerApiListenable |
| Class | Description |
|---|---|
| Layer1ApiBasicListenable |