Package com.apama.oms

Event summary
AmendOrderSent to the service monitor to amend an existing order.
BasicExchangeSimulatorConstantsExchange simulator constants.
CancelAllUserOrdersRequest 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.
CancelOrderRequest to cancel a previously placed order (by the Apama system).
CancelOrderGroupRequest 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  
ConfigureClientSideBridgeThis 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.
ConfigureServerSideBridgeThis 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.
ConstantsConstants used in the OMS protocols.
CreateBasicExchangeSimulatorEvent to turn on the basic exchange simulator for a specific depth key.
CreateExchangeEngineEvent to turn create the exchange engine for a specific set of market data keys.
CreateMarketDataDrivenExchangeSimulatorEvent to turn on the market data driven exchange simulator for a specific depth key. This is currently unsupported.
CreateMarketDataDrivenSimpleSimulator  
DeleteBasicExchangeSimulatorEvent to stop the Basic simulator for a specific depth key.
DeleteMarketDataDrivenExchangeSimulatorEvent to stop the Market Data driven exchange simulator for a specific depth key.
DeleteSimpleMDDrivenExchangeSimulator  
ExchangeEngineThe 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  
MarketDataDrivenExchangeSimulatorConstantsExchange simulator constants.
NewOrderSent to the service monitor to place a new order.
OrderBookOrder Book event object for use in simulators, dark pools &c. Keeps an ordered list of Buys and Sells suitable for matching algos.
OrderBookDataViewDataview used by order book data structure.
OrderFlowParamsAn event that encapsulates the order simulation parameter fields.
OrderFlowSimulatorThis event is used as an orderflow simulator object. When given a configuration event that contains the required parameters, it produces the relevant orderflow.
OrderKey  
OrderMonitorFinishedEvent to notify the creator of order monitor state container that the order it is monitoring is finished.
OrderMonitorStateContainerThe OrderMonitorStateContainer is an event helper object that allows applications to monitor the state of orders in their application.
OrderPublisherStateContainerThe 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.
OrderPublishFinishedEvent to notify the creator of order publisher state container that the order it is publishing is finished.
OrderReceiveFinishedEvent to notify the creator of order receiver state container that the order it is handling is finished.
OrderReceiverStateContainerThe 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.
OrderStateThe 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.
OrderTradeUpdates to the quantity executed only.
OrderUpdateA snapshot of the entire state of the order.
SimulateOrderFlowA configuration event that drives the orderflow simulator.
SubscribeOrderToContext  
UnsubscribeOrderToContext  

 

 

 
Monitor summary
ClientBridgeThis service allows a correlator to submit orders to an adapter that is attached to another server correlator.
IdDistributer  
ManualOrderReceiverThe manual order receiver is an order receiver that instead of linking an adapter to an algorithm will allow the user to send events to control the order.
MarketResponse  
OrderOperationsProxyThe order operation proxy service is a way of allowing the system administrator to intercept orders operations (New/Amend/Cancel) before they are processed.
ParallelOrderManagerSupport  
ServerBridgeThis service allows another correlator to submit orders to an adapter attached to this one.
SimpleMDDrivenSimulatorService