Capital Markets Adapters 10.7 | Apama Capital Markets Adapters Documentation 10.7 | Goldman Sachs FX FIX Adapter | Sending orders using OMS interface NewOrder(NewOrderSingle)
 
Sending orders using OMS interface NewOrder(NewOrderSingle)
Specify the following parameter values:
BID_QuoteID/ASK_QuoteID (Tag 117) :- Supply the QuoteID
Curency (Tag 15) :- Supply the currency used for price.
Sample new order:

com.apama.oms.NewOrder("order1", "EUR/GBP",0.0, "BUY", "MARKET", 100,
"GS-FIX", "", "", "GS_TRADING", "", "", {"15":"EUR","117":"2.98295001288E11"})

Note:
For Market Orders specify Price as 0.0 and don't specify QuoteID For Placing new orders BID_QuoteID/ASK_QuoteID(tag 117) may be required and can be picked from com.apama.marketdata.Depth() event.