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

[roq-fix-bridge] OrderStatus::ACCEPTED not working #437

Open
thraneh opened this issue Jan 25, 2024 · 0 comments
Open

[roq-fix-bridge] OrderStatus::ACCEPTED not working #437

thraneh opened this issue Jan 25, 2024 · 0 comments
Labels
bug Something isn't working high priority support
Milestone

Comments

@thraneh
Copy link
Contributor

thraneh commented Jan 25, 2024

There are scenarios where an order is accepted by an exchange but we can't yet tell if it's working.

For example, Bybit has REST response with success/failure and only an exchange order id on success.

It should be possible to emit an OrderUpdate with order_status = ACCEPTED.

However, the fix-bridge will automatically set the exec_type to NEW when seeing an OrderAck with request_status as ACCEPTED.

What is missing is some extra information on OrderAck, perhaps the order_status.

@thraneh thraneh added bug Something isn't working high priority support labels Jan 25, 2024
@thraneh thraneh added this to the 1.0.0 milestone Jan 25, 2024
@thraneh thraneh modified the milestones: 1.0.0, 1.0.1 Feb 20, 2024
@thraneh thraneh modified the milestones: 1.0.1, 1.0.2 Apr 13, 2024
@thraneh thraneh modified the milestones: 1.0.2, Roadmap Jul 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working high priority support
Development

No branches or pull requests

1 participant