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

fix(editOrderWs): amount should be optional #22528

Merged
merged 1 commit into from
May 17, 2024

Conversation

carlosmiei
Copy link
Collaborator

No description provided.

@carlosmiei carlosmiei self-assigned this May 17, 2024
@carlosmiei
Copy link
Collaborator Author

DEMO

p kraken editOrderWs "OZIIKG-RDGYP-3LC7WB" "LTC/USDT" limit buy None 55
Python v3.11.7
CCXT v4.3.24
kraken.editOrderWs(OZIIKG-RDGYP-3LC7WB,LTC/USDT,limit,buy,None,55)
{'amount': 0.1,
 'average': None,
 'clientOrderId': None,
 'cost': None,
 'datetime': None,
 'fee': None,
 'fees': [],
 'filled': None,
 'id': 'OSITOY-YDYKH-PJHSFH',
 'info': {'descr': 'buy 0.10000000 LTCUSDT @ limit 55.0',
          'event': 'editOrderStatus',
          'originaltxid': 'OZIIKG-RDGYP-3LC7WB',
          'reqid': 1,
          'status': 'ok',
          'txid': 'OSITOY-YDYKH-PJHSFH'},
 'lastTradeTimestamp': None,
 'lastUpdateTimestamp': None,
 'postOnly': False,
 'price': 55.0,
 'reduceOnly': None,
 'remaining': None,
 'side': 'buy',
 'status': 'ok',
 'stopLossPrice': None,
 'stopPrice': None,
 'symbol': 'LTC/USDT',
 'takeProfitPrice': None,
 'timeInForce': None,
 'timestamp': None,
 'trades': [],
 'triggerPrice': None,
 'type': 'limit'}

@carlosmiei carlosmiei merged commit 4f09cfd into ccxt:master May 17, 2024
0 of 2 checks passed
kroitor pushed a commit that referenced this pull request May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant