PlaceLimitOrder()
method to submit one. The API summary says simply “Place a Limit Order”. For example, PlaceLimitOrder(TradeType.Buy, SymbolName, 1000, 1.2345)
places a buy-limit at price 1.2345. The TradeResult
return value will contain the pending order details.