com.apama.oms
Event CreateBasicExchangeSimulator


Event to turn on the basic exchange simulator for a specific depth key.
Since:
CMF 1.1.0
Version:
10.11

Member summary
 booleansimulateOrderFlow

Flag to indicate whether user requires fake orderflow data to be generated in the market.
 stringmarketDataSymbol

Symbol for the market data generated by the exchange.
 stringmarketDataService

Service ID for the market data generated by the exchange.
 stringmarketDataExchange

Market ID for the market data generated by the exchange.
 stringmarketDataMarket

Market ID for the market data generated by the exchange.
 stringomsSymbol

Symbol for the OMS requests being sent to the exchange engine.
 stringomsService

Service ID for the OMS requests being sent to the exchange engine.
 stringomsExchange

Exchange ID for the OMS requests being sent to the exchange engine.
 stringomsMarket

Market ID for the OMS requests being sent to the exchange engine.
 floatstartingPrice

The starting price for the orderflow generation if chosen to have fake data generated.
 floatwireLatency

Fixed latency to emulate the response time of the exchange engine to requests.
 booleanwithDataview

Flag to choose whether user requires dataviews for orderbook to be set up.
 dictionary<string, string>simParams

Params for simulator.
 
Member detail

marketDataExchange

            string marketDataExchange
        
Market ID for the market data generated by the exchange.

marketDataMarket

            string marketDataMarket
        
Market ID for the market data generated by the exchange.

marketDataService

            string marketDataService
        
Service ID for the market data generated by the exchange.

marketDataSymbol

            string marketDataSymbol
        
Symbol for the market data generated by the exchange.

omsExchange

            string omsExchange
        
Exchange ID for the OMS requests being sent to the exchange engine.

omsMarket

            string omsMarket
        
Market ID for the OMS requests being sent to the exchange engine.

omsService

            string omsService
        
Service ID for the OMS requests being sent to the exchange engine.

omsSymbol

            string omsSymbol
        
Symbol for the OMS requests being sent to the exchange engine.

simParams

            dictionary<string, string> simParams
        
Params for simulator.

simulateOrderFlow

            boolean simulateOrderFlow
        
Flag to indicate whether user requires fake orderflow data to be generated in the market.

startingPrice

            float startingPrice
        
The starting price for the orderflow generation if chosen to have fake data generated.

wireLatency

            float wireLatency
        
Fixed latency to emulate the response time of the exchange engine to requests.

withDataview

            boolean withDataview
        
Flag to choose whether user requires dataviews for orderbook to be set up.