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

Add Fee Currency in execution #182

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

yitech
Copy link
Contributor

@yitech yitech commented Sep 17, 2024

Here is an json sample in get executions:
{ "retCode": 0, "retMsg": "OK", "result": { "nextPageCursor": "1726535174139%3A4647668%2C1726535174139%3A4647668", "category": "spot", "list": [ { "symbol": "XRPUSDT", "orderType": "Limit", "underlyingPrice": "", "orderLinkId": "1776700246567684867", "orderId": "1776700246567684866", "stopOrderType": "", "execTime": "1726535174139", "feeCurrency": "USDT", "feeRate": "0.001", "tradeIv": "", "blockTradeId": "", "markPrice": "", "execPrice": "0.5815", "markIv": "", "orderQty": "9.99", "orderPrice": "0.57", "execValue": "5.809185", "closedSize": "", "execType": "Trade", "seq": 63560561151, "side": "Sell", "indexPrice": "", "leavesQty": "0", "isMaker": false, "execFee": "0.005809185", "execId": "2260000000582888156", "marketUnit": "", "execQty": "9.99" } ] }, "retExtInfo": {}, "time": 1726536070693 }
feeCurrency would be a helpful information to add

@hirokisan
Copy link
Owner

hirokisan commented Sep 17, 2024

Copy link
Owner

@hirokisan hirokisan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you so much for your contribution!

@hirokisan hirokisan merged commit 91aae7b into hirokisan:main Sep 17, 2024
@yitech yitech deleted the feat/update-fee-currency branch September 17, 2024 12:12
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.

2 participants