Capital Markets Adapters 10.7 | Apama Capital Markets Adapters Documentation 10.7 | BM+F FIX Adapter | Sample events
 
Sample events
NewOrders

com.apama.oms.NewOrder("BMF:22", "DI1V12",12.5, "SELL",
"LIMIT", 100, "BMF-FIX", "", "", "BMF_TRANSPORT", "",
"", {"207":"XBMF", "Party0":"PROGRESS03,D,36",
"Party1":"BMF,D,54","Party2":"58,D,7"})
AmendOrder
com.apama.oms.AmendOrder("BMF:22", "BMF-FIX", "DI1V12",12.5,
"SELL", "LIMIT", 200, {"207":"XBMF","453":"[
com.apama.fix.ExecutionReport_Party(\"PROGRESS03\",\"D\",\"36\",[],{}),
com.apama.fix.ExecutionReport_Party(\"BMF\",\"D\",\"54\",[],{}),
com.apama.fix.ExecutionReport_Party(\"58\",\"D\",\"7\",[],{})]"})
CancelOrder
com.apama.oms.CancelOrder("BMF:22","BMF-FIX",{"207":"XBMF","453":"[
com.apama.fix.ExecutionReport_Party(\"PROGRESS03\",\"D\",\"36\",[],{}),
com.apama.fix.ExecutionReport_Party(\"BMF\",\"D\",\"54\",[],{}),
com.apama.fix.ExecutionReport_Party(\"58\",\"D\",\"7\",[],{})]"})