What happens when I do web socket subscribe for a symbol two times?

hainahoo
Hi, I am writing the c# application with your official Dot net API. SO far so good. I have a doubt.

What happens when I do web socket subscribe for a symbol two times? Do I need to unsubscribe it two times? Or single unsubscribe is enough?

Kindly clarify.
  • rakeshr
    @hainahoo
    What happens when I do web socket subscribe for a symbol two times?
    Only unique tokens are subscribed.So,even if you subscribe same token multiple times, it will be subscribed only once.
    Do I need to unsubscribe it two times? Or single unsubscribe is enough?
    So,Single unsubscription is enough.
  • hainahoo
    @rakeshr , Thanks for your clarification. Also, is there any function to list the subscribed tokens?
Sign In or Register to comment.