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

Refs #1386: Correct goodTillDate timestamp format to milliseconds #1387

Merged
merged 1 commit into from
Jun 22, 2024

Conversation

roman-ivanchuk
Copy link
Contributor

This pull request fixes the issue where the goodTillDate timestamp for USD Futures limit orders was incorrectly sent in seconds, causing the order to fail. The timestamp is now correctly formatted in milliseconds.

Related Issue:

Changes:

  • Changed AddOptionalSeconds to AddOptionalMilliseconds in the BinanceRestClientUsdFuturesApiTrading.

Thank you for considering this pull request!

@JKorf JKorf merged commit 25dfa13 into JKorf:master Jun 22, 2024
1 check passed
@JKorf
Copy link
Owner

JKorf commented Jun 22, 2024

Thanks for the detailed analysis and fix!

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.

UsdFutures Limit Order with TimeInForce Type GoodTillDate Fails
2 participants