ExecuteMarketOrder()
(see above). The PlaceStopOrder
and PlaceLimitOrder
methods place pending orders, whereas a market order executes immediately. The trading operations guide explains that a market order is sent when you call ExecuteMarketOrder()
(as opposed to pending orders).