hadrianl / ibapi

Interactive Brokers API - GoLang Implement
MIT License
137 stars 59 forks source link

Errors in PlaceOrder (PostToATS attribute) #32

Closed smirnovalex closed 3 years ago

smirnovalex commented 3 years ago

I dot errors when trying to place an order (checked on both stock and future). It blocks order submission on latest TWS version 10274 The 'PostToATS' order attribute may not be specified for this order or is invalid.

I also have two warnings on sending order 10983 Buy MKT 2168: Warning: The 'EtradeOnly' order attribute is not supported. 10983 Buy MKT 2169: Warning: The 'FirmQuoteOnly' order attribute is not supported.

Thanks for your work

ddemoss222 commented 3 years ago

Getting these errors as well. Information on workarounds is hugely appreciated. Thanks.

hadrianl commented 3 years ago

OK!Fix it ASAP!

hadrianl commented 3 years ago

which tws version did you actually working on?

ddemoss222 commented 3 years ago

985.1e

hadrianl commented 3 years ago

@smirnovalex @ddemoss222

ddemoss222 commented 3 years ago

@hadrianl I can see trades going through on my terminal. I appreciate your swift action on this! Thank you