Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs

    Unsubscribe token

    General Discussion
    0
    2
    13
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • charlotteemma4
      charlotteemma4 last edited by

      What is right in following:
      sws.unsubscribe(correlation_id, mode, token_list1)
      or
      sws.subscribe(action=0, correlation_id, mode)
      or
      sws.subscribe(action=0, mode, token_list1)
      or
      sws.unsubscribe(action=0, correlation_id, mode, token_list1)
      or
      sws.unsubscribe(action=0, correlation_id, mode, )

      or
      sws.unsubscribe(action=0, correlation_id, token_list1)

      or
      sws.unsubscribe( correlation_id, mode, token_list1)

      or
      sws.unsubscribe(action, mode, token_list1)

      J 1 Reply Last reply Reply Quote 0
      • J
        jaideep siddula @charlotteemma4 last edited by

        @hardip
        Hello there, you have given 8 options. Out of these, only 1 and 7 are correct. The sequence of the parameters you are passing is very important when calling functions. And it also depends on how the function takes parameters and written. Hope it helps.

        Regards,
        Jaideep Siddula

        1 Reply Last reply Reply Quote 0
        • First post
          Last post