William Studer

Results 18 comments of William Studer

Yeah. That’s how it works in the integration tests. Can you try and sleep for a few seconds and then call the getStatus? Maybe TDA has a synchronization delay between...

@FreeGoldRush Did the sleeping for a few seconds solve your problem?

Hi @ma would you be willing to show me your streaming code or do a pull request? I would like to test it out, and then I can see if...

Hi @zhemaituk i will have time to look at this later this week. Thanks for the PR!

@zhemaituk @oldcatpiss The way the original design works was that it will ALWAYS fail on the first call because, by design, the interceptor catches authentication issues and tries to fix...

@aja When you submit orders, the TDA API doesn't actually send you back any sort of confirmation that they were filled or not, because they put them on some internal...

hi @bosohn I just tried this using this branch of an example [here](https://github.com/studerw/tda-client-example/tree/option_chain_test) and it worked. Just add your client id and refresh token to src/main/resources/tda-api.properties file then run `mvn...

Can you check out the project and then build it with mvn clean install? It will install a SNAPSHOT version into your local repository. Then in your own project make...

I just tried again with that same branch using all three of the symbols you listed and it works fine. https://github.com/studerw/tda-client-example/blob/option_chain_test/src/main/java/org/example/MainExample.java I also deleted all the saved artifacts for this...

Hey @vphilipnyc , have you actually checked this with any responses that have multiple 'legs'? I like your name better than using the verbose OrderLegCollection - that was generated based...