com.apama.oms
Event CreateExchangeEngine


Event to turn create the exchange engine for a specific set of market data keys.
Since:
CMF 1.1.0
Version:
10.11

Member summary
 com.apama.marketdata.MarketDataKeymdInputKey

The key used for representing market data internal to the simulation platform. This makes sense in the context of the marketdata driven simulation where external orderflow data is converted into internal market data.
 com.apama.marketdata.MarketDataKeymdOutputKey

The key used for representing market data arriving from an external data source.
 com.apama.marketdata.MarketDataKeyomsInputKey

The key used for internal market-data events that are destined for being published if they meet certain conditions.
 com.apama.marketdata.MarketDataKeyomsOutputKey

Key used for market-data that is published.
 floatwireLatency

Fixed latency in number of seconds, used to delay all operations by this amount.
 booleanwithDataview

Flag to choose whether dataviews should be set up for the published data or not.
 
Member detail

mdInputKey

            com.apama.marketdata.MarketDataKey mdInputKey
        
The key used for representing market data internal to the simulation platform. This makes sense in the context of the marketdata driven simulation where external orderflow data is converted into internal market data.

mdOutputKey

            com.apama.marketdata.MarketDataKey mdOutputKey
        
The key used for representing market data arriving from an external data source.

omsInputKey

            com.apama.marketdata.MarketDataKey omsInputKey
        
The key used for internal market-data events that are destined for being published if they meet certain conditions.

omsOutputKey

            com.apama.marketdata.MarketDataKey omsOutputKey
        
Key used for market-data that is published.

wireLatency

            float wireLatency
        
Fixed latency in number of seconds, used to delay all operations by this amount.

withDataview

            boolean withDataview
        
Flag to choose whether dataviews should be set up for the published data or not.