Capital Markets Adapters 10.7 | Apama Capital Markets Adapters Documentation 10.7 | Apama Base FIX Adapter | FIX service monitors | Server session | Quote server | Configuration parameters
 
Configuration parameters
The following session configuration parameters can be used to configure the quote 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.
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.
UseSharedSessionManager
boolean
Default: False
If vendor is expecting both Quotes and Orders in a single session, you can share Quote session with Order using this parameter.
Example:
com.apama.fix.QServerConfiguration("QuoteSimulator",
{"RequestKeyParams":"* 336 625"})