Capital Markets Adapters 10.3.1 | Apama Capital Markets Adapters Documentation 10.3.1 | UBS Fx2B FIX Adapter | Session configuration
 
Session configuration

com.apama.fix.SessionConfiguration("UBS_MARKET_DATA",
{"FixChannel":"UBS_FIX", "SERVICEID":"UBS-FIX",
"SubscriptionManager.MarketDataFullRefresh":"true",
"SubscriptionManager.ReuseRequestID":"true",
"SubscriptionManager.IncludeTimeInRequestID":"true"})
com.apama.fix.SessionConfiguration("UBS_TRADING",
{"FixChannel":"UBS_FIX","SERVICEID":"UBS-FIX",
"OrderManager.GenerateNewStyleOrderIds":"true"})
SessionConfig parameters
Parameter
Description
SERVICEID
Service ID to be used is UBS-FIX. This parameter configures the UBS specific monitors to handle UBS specific events or special handling of the events.
SubscriptionManager.
MarketDataFullRefresh
Whether to request full refreshes or snapshots rather than snapshots and updates.
SubscriptionManager.
ReuseRequestID
Whether to reuse the requestID when resubscribing or to generate a new one each time.
SubscriptionManager.
IncludeTimeInRequestID
Whether to include timestamp in the requestID for QuoteRequest.
OrderManager.
GenerateNewStyleOrderIds
Generates the ID with the complete current (full length) time for uniqueness.
SubscriptionManager.
SupportZeroQuantities
Overwrites old quantity, if the new quantity is zero.
Note:
Test symbols enabled for a test connection EUR/USD (works for both Spot and Forwards).