Capital Markets Adapters 10.15 | Apama Capital Markets Adapters Documentation 10.15 | EBS Spot Ai FIX Adapter | Connecting to CME EBS Ai | Order management
 
Order management
The EBS adapter uses OMS interface for an order management. So the ServiceName must be EBS-PRICE.
Provide the following parameter values while placing the orders:
*TimeInForce (59)
*CFI Code (Tag 461)
*SettlType( 63)
Sample of new order, amend and cancel order:
com.apama.oms.NewOrder("order1","EUR/USD",1.1516,"BUY","LIMIT",4000000,"EBS-PRICE",
"","","CME_EBSAi_DATA","","",{"461":"RCSXXX","63":"0","59":"1"})
com.apama.oms.AmendOrder("order1","EBS-PRICE","EUR/USD",0.5,"BUY","LIMIT",3000000,{"461":"RCSXXX","63":"0","59":"1"})
com.apama.oms.CancelOrder("order1", "EBS-PRICE",{"461":"RCSXXX","63":"0","59":"1"})