To place an order, call submitOrder().
FeedID
MarketID
Side
Amount
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.
parameters.push_back(KeyValue("OnTerm", "JPY")); |
Venue specific optional order parameters
Some venues have optional order parameters which can be provided via the submitOrder's 'parameters' parameter . These are detailed here: Parameterized Orders
parameters.push_back(KeyValue("IcebergHighRandomTime", "1000")); |