<!-- I am attempting to pass the minQty argument into a limit order for a bond and looking for help on this. My code is;
lmt = LimitOrder(‘Buy’, amt, px, minQty=50)
IB.placeOrder(ig_bond,lmt)
This does not seem to work…
This is a QuantRocket forum, but this isn't QuantRocket code. It looks like you're using the IB API directly. Maybe you meant to post this on a different forum?