I tried to send order with goodAfterTime="20191205 09:39:45". the order can not submitted. anyone successful using this field?
btw, I can successfully use goodTillDate.
I use "hour:min:sec timezone" on the same day
eg: "10:00:00 GMT" ,
i dont pass in a day if it is on the same day.
You probably need a ISO-formatted date. Usually looks like YYYY-mm-ddTHH:MM:SSZ" for UTC
tried it, did not work either. the ib api was downloaded 10 years ago, do not know if it is too old.
Why would you use something that old, why not just update? I can confirm the format I posted works. Maybe you're posting it too close to the trade time or too close to the close. I believe it's not allowed in the last minute before the close and there's probably other limitations as well.
Also, why not read the error messages that are returned?
Why would you use something that old, why not just update? I can confirm the format I posted works. Maybe you're posting it too close to the trade time or too close to the close. I believe it's not allowed in the last minute before the close and there's probably other limitations as well.
Also, why not read the error messages that are returned?