Skip to content
This repository has been archived by the owner on Jun 8, 2020. It is now read-only.

[Binance] Support for execution reports / UserTrades / fills #231

Closed
badgerwithagun opened this issue Oct 9, 2018 · 4 comments
Closed
Assignees

Comments

@badgerwithagun
Copy link
Collaborator

Just to note that I'm working on this.

It will follow the same pattern as #160 did for GDAX support: that is, there will be a level 1 API which allows you to specifically listen to untransformed Binance execution reports (detailed here) as long as you are happy to write Binance-specific code.

For generic use, it will convert fill reports into UserTrades and merge them with the Trade stream returned by StreamingMarketDataService.getTrades().

@badgerwithagun
Copy link
Collaborator Author

Subject to people's thoughts on #230, this may or may not deduplicate the UserTrades and Trades.

@badgerwithagun
Copy link
Collaborator Author

This is completed and I'm conducting live testing. I'll raise a PR soon.

@badgerwithagun
Copy link
Collaborator Author

Submitted #246

@badgerwithagun
Copy link
Collaborator Author

This has now been merged.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants