TradingAPI `check_order()` no longer returns `free_space_new` and the 3 `transaction_XXX` properties
See original GitHub issueThe create order docu shows that the response on check_order()
has 6 parameters.
I did see all of them in the past, but recently it only returns:
confirmation_id
response_datetime
This behaviour is observed on both NASDAQ and Euronext Amsterdam.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:17 (17 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Chavithra Awesome. I already wrote the docu with the Pythonian names.
Hello @funnel20,
you are right, I think they have changed their API.
The
check_order
response looks like this now :A new release let you access these new parameters.