semashkinvg / Bitmex.NET

Wrapper for BitMEX.com REST & WebSocket API
MIT License
52 stars 26 forks source link

Implement and Test WebSocket.Order #17

Closed semashkinvg closed 5 years ago

semashkinvg commented 6 years ago

as a developer, I want to be able to sign on order live updates

TODO: 1) New subscription in BitmetSocketSubscriptions 2) Test that shows that subscription works 3) Use models from REST API, if web scoket model is different - create a new one under Models/Socket

MaDeRkAn commented 5 years ago

Do you still need help ? As I see there is already order subscription on socket.

semashkinvg commented 5 years ago

@MaDeRkAn looks like it was done, closing...