Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. jayesh_sapkale
    3. Topics
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 8
    • Best 1
    • Groups 0

    Topics created by jayesh_sapkale

    • J

      openAPIScripMaster.json
      Test • • jayesh_sapkale

      1
      0
      Votes
      1
      Posts
      16
      Views

      No one has replied

    • J

      SENSEX contract name for jun and july
      General Discussion • • jayesh_sapkale

      1
      0
      Votes
      1
      Posts
      15
      Views

      No one has replied

    • J

      getOIData fetch problem
      Test • • jayesh_sapkale

      1
      0
      Votes
      1
      Posts
      26
      Views

      No one has replied

    • J

      Option-greek historical data
      General Discussion • • jayesh_sapkale

      3
      0
      Votes
      3
      Posts
      45
      Views

      J

      @admin ok,thanks for reply

    • J

      Websocket order status in JavaScript
      General Discussion • • jayesh_sapkale

      2
      1
      Votes
      2
      Posts
      17
      Views

      charlotteemma4

      @jayesh_sapkale
      /* Order Websocket */
      String userClientId = "<clientId>";
      User userGenerateSession = smartConnect.generateSession("<clientId>", "<password>", "<totp>");
      smartConnect.setAccessToken(userGenerateSession.getAccessToken());
      smartConnect.setUserId(userGenerateSession.getUserId());
      String accessToken = userGenerateSession.getAccessToken();

      examples.orderUpdateUsage(accessToken); /** * Order update websocket * * To retrieve order update websocket data * @param accessToken */ public void orderUpdateUsage(String accessToken){ OrderUpdateWebsocket orderUpdateWebsocket = new OrderUpdateWebsocket(accessToken, new OrderUpdateListner() { /** * Check if the websocket is connected or not */ @Override public void onConnected() { log.info("order update websocket connected"); } /** * Handle the onDisconnected event */ @Override public void onDisconnected() { log.info("order update websocket disconnected"); } /** * Handle the onError event * @param error */ @Override public void onError(SmartStreamError error) { log.info("on error event"); } /** * Handle the onPong event */ @Override public void onPong() { log.info("or pong event"); } /** * Handle the onOrderUpdate event * @param data */ @Override public void onOrderUpdate(String data) { log.info("order update data {} ",data); }}); }
    • J

      SEBI new Rule for openAPI
      General Discussion • • jayesh_sapkale

      2
      0
      Votes
      2
      Posts
      16
      Views

      M

      Hello @jayesh_sapkale,
      We'd be able to answer it better once we receive the official circular from SEBI. Rest assured, we will release communication necessary to all our users.

      Thank you.

      Regards
      SmartAPI Team

    • J

      Response Error in python while calling url direct from http module.
      Python SDK • • jayesh_sapkale

      2
      0
      Votes
      2
      Posts
      13
      Views

      M

      Hi @jayesh_sapkale

      Apologies for delayed response.
      We will check and update you on this.

      Thanks & Regards,
      SmartAPI team