Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

woo: add edit order #16059

Merged
merged 5 commits into from Jan 4, 2023
Merged

woo: add edit order #16059

merged 5 commits into from Jan 4, 2023

Conversation

sc0Vu
Copy link
Contributor

@sc0Vu sc0Vu commented Dec 12, 2022

I got not found error response, currently check with customer service.

TODO:

  • test

@sc0Vu sc0Vu changed the title [WIP] woo: add edit order woo: add edit order Dec 15, 2022
@carlosmiei carlosmiei self-assigned this Jan 4, 2023
@carlosmiei
Copy link
Collaborator

LGTM ✅

 p woo editOrder "53763744" "BTC/USDT" "limit" "buy" 0.0015 12000 --sandbox
Python v3.10.8
CCXT v2.2.92
woo.editOrder(53763744,BTC/USDT,limit,buy,0.0015,12000)
{'amount': None,
 'average': None,
 'clientOrderId': None,
 'cost': None,
 'datetime': None,
 'fee': {'cost': None, 'currency': None},
 'fees': [{'cost': None, 'currency': None}],
 'filled': None,
 'id': None,
 'info': {'status': 'EDIT_SENT', 'success': True},
 'lastTradeTimestamp': None,
 'postOnly': None,
 'price': None,
 'reduceOnly': None,
 'remaining': None,
 'side': None,
 'status': 'EDIT_SENT',
 'stopPrice': None,
 'symbol': 'BTC/USDT',
 'timeInForce': None,
 'timestamp': None,
 'trades': [],
 'type': None}

@kroitor kroitor merged commit f31b93d into ccxt:master Jan 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants