forked from rhettre/coinbase-advancedtrade-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't workingupstream_prAn upstream PR has been submitted to resolve.An upstream PR has been submitted to resolve.
Description
The order assignment linked below assumes that the order_response from Line 204 is always a success_response when this isn't always the case.
coinbase-advancedtrade-python/coinbase_advanced_trader/services/order_service.py
Line 211 in 72d9e38
| order = Order( |
An error_response from a 'success': False could also result. A couple of responses could be (among others):
INSUFFICIENT_FUND
INVALID_LIMIT_PRICE_POST_ONLY
Modify _place_limit_order to take into account a non-successful order placement.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingupstream_prAn upstream PR has been submitted to resolve.An upstream PR has been submitted to resolve.