Event Summary |
AmendOrder | Sent to the service monitor to amend an existing order. |
BasicExchangeSimulatorConstants | Exchange simulator constants. |
CancelAllUserOrders | Request to cancel a group of previously placed orders. The order is assumed to immediately enter a non-modifiable state until an OrderUpdate with modifiable=true is returned. |
CancelOrder | Request to cancel a previously placed order (by the Apama system). |
CancelOrderGroup | Request to cancel a group of previously placed orders. The order is assumed to immediately enter a non-modifiable state until an OrderUpdate with modifiable=true is returned. |
ClearOrderbook |
|
ConfigureClientSideBridge | This event, when sent into the correlator, will setup a client side order management bridge. This bridge allows a client correlator to submit orders to an adapter attached to the server correlator. |
ConfigureServerSideBridge | This event, when sent into the correlator, will setup a server side order management bridge. That bridge forwards order updates from an adapter to a client correlator, the one that submitted the order. |
Constants | Constants used in the OMS protocols. |
CreateBasicExchangeSimulator | Event to turn on the basic exchange simulator for a specific depth key. |
CreateExchangeEngine | Event to turn create the exchange engine for a specific set of market data keys. |
CreateMarketDataDrivenExchangeSimulator | Event to turn on the market data driven exchange simulator for a specific depth key. This is currently unsupported. |
CreateMarketDataDrivenSimpleSimulator |
|
DeleteBasicExchangeSimulator | Event to stop the Basic simulator for a specific depth key. |
DeleteMarketDataDrivenExchangeSimulator | Event to stop the Market Data driven exchange simulator for a specific depth key. |
DeleteSimpleMDDrivenExchangeSimulator |
|
ExchangeEngine | The main component that constructs a matching engine and accepts orders to submit/amend/cancel or alternatively is set up to listen to NewOrder/Amend/Cancel events. |
ExchangeEngineExtensionFactory |
|
ExchangeEngineExtensionInterface |
|
GetID |
|
GetIDToContext |
|
ID |
|
InnerOrderKey |
|
MarketDataDrivenExchangeSimulatorConstants | Exchange simulator constants. |
NewOrder | Sent to the service monitor to place a new order. |
OrderBook | Order Book event object for use in simulators, dark pools &c. Keeps an ordered list of Buys and Sells suitable for matching algos. |
OrderBookDataView | Dataview used by order book data structure. |
OrderFlowParams | An event that encapsulates the order simulation parameter fields. |
OrderFlowSimulator | This event is used as an orderflow simulator object. When given a configuration event that contains the required parameters, it produces the relevant orderflow. |
OrderKey |
|
OrderMonitorFinished | Event to notify the creator of order monitor state container that the order it is monitoring is finished. |
OrderMonitorStateContainer | The OrderMonitorStateContainer is an event helper object that allows applications to monitor the state of orders in their application. |
OrderPublisherStateContainer | The OrderPublisherStateContainer is an event helper object that provides a simple interface to submit orders in an application, and to manage the order once it has been submitted. |
OrderPublishFinished | Event to notify the creator of order publisher state container that the order it is publishing is finished. |
OrderReceiveFinished | Event to notify the creator of order receiver state container that the order it is handling is finished. |
OrderReceiverStateContainer | The OrderReceiverStateContainer is an event helper object that provides a simple interface to receiver orders in an application, and to publish updates on the state of those orders. |
OrderState | The OrderState event object is returned from the update handler callbacks in both the OrderMonitorStateContainer and the OrderPublisherStateContainer, to allow users to query the current state of the order. |
OrderTrade | Updates to the quantity executed only. |
OrderUpdate | A snapshot of the entire state of the order. |
SimulateOrderFlow | A configuration event that drives the orderflow simulator. |
SubscribeOrderToContext |
|
UnsubscribeOrderToContext |
|