Skip to content

Fix for Okex OnGetTradesWebSocketAsync #552

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

Merged
merged 1 commit into from
Sep 8, 2020
Merged

Fix for Okex OnGetTradesWebSocketAsync #552

merged 1 commit into from
Sep 8, 2020

Conversation

BZ-CO
Copy link
Contributor

@BZ-CO BZ-CO commented Sep 8, 2020

Not unified property.
On futures it's "qty", while on the other type of instruments it's "size".

Not unified property.
On futures it's "qty", while on the other type of instruments it's "size".
@BZ-CO
Copy link
Contributor Author

BZ-CO commented Sep 8, 2020

Futures:

{"table":"futures/trade","data":[{"side":"buy","trade_id":"68760","price":"12.233","qty":"3","instrument_id":"LINK-USD-200918","timestamp":"2020-09-08T07:44:30.455Z"}]}

Other instruments:

{"table":"spot/trade","data":[{"instrument_id":"ETH-USDT","price":"162.12","side":"buy","size":"11.085","timestamp":"2019-05-06T06:51:24.389Z","trade_id":"1210447366"}]}

@vslee vslee merged commit b6f1ab3 into DigitalRuby:master Sep 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants