Apama FIX Adapter Documentation 10.0 : FIX Server Monitors : FIX market data server : Configuration properties
Configuration properties
The following session configuration parameters can be used to configure the FIX market data server.
Name
Type
Description
RequestKeyParams
sequence
Default: * (include all extraParams
Specifies the parameters or tags that should be considered for creating the subscription key for Depth/Tick subscriptions. The value is specified as a string with elements separated by spaces.
*An asterisk (*) includes all extraParams of MarketDataRequest.
*An empty string ("") includes none of the extraParams of MarketDataRequest.
*"336 625" includes tags 336, 625 and their values only.
*"* 336 625" includes all except tags 336 and 625.
FixChannel
String
Default: FIX
The channel to emit upstream events to. See Session configuration.
TargetService
String
Default: MarketSimulator
The ID of the target service.
MDS.RecordLatency
boolean
Adds support for latency measurement on MarketDataServer.
MDS.LogLatency
boolean
Print MarketDataServer latency, also means that MDS.RecordLatency will be enabled.
MDS.
CleanMDReqIDOnSessionDown
boolean
Default: True
Clean Market Request IDs on session down.
FIX.TagsToSupress
sequence
Defaults: "35 52 34 8 "
Provide a list of tags that needs to be removed from the payload of events emitted from the correlator in the upstream direction. .
MultiContextSupport
boolean
To support multi-context. By enabling this parameter, FIX Server handles all requests in multi-context.
Example com.apama.fix.MDServerConfiguration event:
com.apama.fix.MDServerConfiguration("MarketDataSimulator",
    {"RequestKeyParams":"* 336 625"})
Copyright © 2013-2017 Software AG, Darmstadt, Germany. (Innovation Release)

Product LogoContact Support   |   Community   |   Feedback