ib_async icon indicating copy to clipboard operation
ib_async copied to clipboard

Parameter for minimum trade size for a limit order

Open phctrade opened this issue 1 year ago • 1 comments

Does anyone know if I can enter a minimum trade size on a limit order and what that parameter name is that I need to pass to the either the LimitOrder structure or the ib.placeorder method?

phctrade avatar Jul 23 '24 15:07 phctrade

Nothing comes to mind immediately (IBKR only supports full-size FOK orders for options), but if it exists it would be metadata on a special order type from places like these:

  • https://www.interactivebrokers.com/en/index.php?f=4985
  • https://interactivebrokers.github.io/tws-api/basic_orders.html
  • https://interactivebrokers.github.io/tws-api/ibalgos.html

mattsta avatar Jul 23 '24 15:07 mattsta