Page History
To place an order, call submitOrder(). feedID Feed to
FeedID
- a valid Trading Venue. (Trading Subscription must be made first.)
MarketID
- marketID
...
- identifier for the Market.
...
Side
- BID / OFR refers to the side of the order, not the side of the quote being targeted.. Setting the side to BID means "I BUY", while setting the order side to OFR means "I SELL".
Amount
- amount needs to a valid MFFloat object
Term Order
- To specify the order via the term's currency add the details to the submit method's 'parameters' list - using "OnTerm" as the key and the
currency as the value.
| Code Block |
|---|
parameters.push_back(KeyValue("OnTerm", "JPY")); |
Venue specific optional order parameters
- Some venues have optional order parameters.
Overview
Content Tools