Could you point me to more information related to how quoting works, or answer some questions? If I wanted to send an order for a large volume, can it break up the volume into smaller sequential orders until the total volume is used, or does it just place 1 order for the whole thing? Can it adjust order volume based on the order book? For instance, very small orders out front with bigger orders trailing? Can it place multiple orders in different positions in the order book? Thanks
Hi When I register an new order it does not reflect in IB TWS. In the connector log I get the following error: 2017/11/10 15:07:32.572| |InteractiveBrokersTrader|RegisterOrder: 0/ SPXW 171215C02580000@CBOE DU775642 Buy Price=26.8 Volume=1.00 State=None Bal=0 2017/11/10 15:07:32.572| |InteractiveBrokersTrader|New order: 54387931/ SPXW 171215C02580000@CBOE DU775642 Buy Price=26.8 Volume=1.00 State=Pending Bal=1.00 2017/11/10 15:07:33.750|Debug |IBSocket |Msg: ErrorMessage 2017/11/10 15:07:33.751| |IBSocket |Duplicate order id 2017/11/10 15:07:33.753|Error |InteractiveBrokersTrader|OrderRegisterFailed 54387931/ SPXW 171215C02580000@CBOE DU775642 Buy Price=26.8 Volume=1.00 State=Failed Bal=1.00 System.InvalidOperationException: Duplicate order id This only occurs when I enable storage, ie initialize storage Regards
Hi How do I get Orders collection on connector populated with my open orders after connecting the connector? (i.e. if I have open orders on application startup and want to access them through Orders collection) Regards