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

subscribeOrderUpdates sends incorrect events #43

Open
alexander-hagen opened this issue Feb 10, 2024 · 0 comments
Open

subscribeOrderUpdates sends incorrect events #43

alexander-hagen opened this issue Feb 10, 2024 · 0 comments

Comments

@alexander-hagen
Copy link

alexander-hagen commented Feb 10, 2024

After successful subscription to subscribeOrderUpdates, the socket sends:
{ event: 'user_order_update', status: 'ok', ts: 1707595498487 }
The expected message is:
{
"e": "executionReport",
"I": "209818131719847936",
"E": 1499405658658,
"u": 123456,
"s": "ETHBTC",
"c": "mUvoqJxFIILMdfAW5iGSOW",
"S": 1,
"o": 1,
"q": "1.00000000",
"p": "0.10264410",
"x": 1,
"X": 1,
"i": 4293153,
"l": "0.00000000",
"L": "0.00000000",
"n": "0",
"N": null,
"T": 1499405658657,
"t": -1,
"O": 1499405658657,
"z": "0.00000000",
"Y": "0.00000000",
"C": "test",
}

Can you give a full example of the output and can you please indicate if, after subscribing, there will be an order snapshot first?

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

No branches or pull requests

1 participant