Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. vishwendramore
    V
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    vishwendramore

    @vishwendramore

    0
    Reputation
    2
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    vishwendramore Follow

    Best posts made by vishwendramore

    This user hasn't posted anything yet.

    Latest posts made by vishwendramore

    • RE: SmartWebSocketOrderUpdate is not giving order updates placed using mobile app

      @Moderator_3 Is there any update? I am also facing the same issue. placed order and cancelled order is not reflected in smartwebsocketorderupdate.

      posted in Python SDK
      V
      vishwendramore
    • RE: Connection problem with websocket2.0

      @Moderator_2 add on more function like below

      def _on_close(wsapp,code,reason):
            on_close(wsapp)
      

      and add this function to sws object like below

      sws._on_close=_on_close
      

      Above lines of code will resolve the issue of error during close.

      posted in Python SDK
      V
      vishwendramore