rmalh
rmalh
Thanks @Voyz , maybe I should capture the id for the warning and respond to it as mentioned [here](https://ibkrcampus.com/campus/ibkr-api-page/webapi-doc/#order-reply-messages-22) and/or [here](https://ibkrcampus.com/campus/ibkr-api-page/web-api-trading/#order-reply-messages-38)? If this is indeed the correct way to handle...
Thanks again @Voyz. Does iBind have the [Order Reply Suppression](https://ibkrcampus.com/campus/ibkr-api-page/webapi-doc/#order-reply-suppression-23) capability? I'll contact IB today to try and get a comprehensive list of messageIds (i.e. category of messages). With these...
Added this to 'ibind/client/ibkr_utils.py' in my local environment: ORDER_SIZE_LIMIT = 'size exceeds the Size Limit of' Also added this to the list of my answers before placing orders: "QuestionType.ORDER_SIZE_LIMIT: True,"...
@Voyz IB support provided the following links for question suppression: https://www.interactivebrokers.com/campus/ibkr-api-page/cpapi-v1/#questions-suppress https://www.interactivebrokers.com/campus/ibkr-api-page/cpapi-v1/#suppressible-id https://www.interactivebrokers.com/campus/ibkr-api-page/cpapi-v1/#reset-questions-suppress
Understood - made the change in my script. Any idea why this kicked in even though the price was off only a few cents off the live price? Also -...
Do you know if this is applicable only to trading in live accounts?