Navigation

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

    Muhammed

    @Muhammed

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

    Muhammed Follow

    Best posts made by Muhammed

    This user hasn't posted anything yet.

    Latest posts made by Muhammed

    • RE: Not able to place AMO order

      @admin

      Even tried to place normal order now, 11.42AM, 24 June 2021

      Still same error.

      OrderParams orderParams = new OrderParams();

      		orderParams.quantity = 1;
      		orderParams.variety="NORMAL";
      		orderParams.symboltoken = "530813";
      		orderParams.exchange ="BSE";
      		orderParams.ordertype = "LIMIIT";
      		orderParams.tradingsymbol = "KRBL";
      		orderParams.producttype = "DELIVERY";
      		orderParams.duration = "DAY";
      		orderParams.transactiontype ="BUY";
      		orderParams.price =  210.0;
      		Order order=smartConnect.placeOrder(orderParams,Constants.VARIETY_REGULAR);
      

      Cannot invoke "String.contains(java.lang.CharSequence)" because the return value of "okhttp3.Response.header(String)" is null

      posted in NodeJS SDK
      M
      Muhammed
    • RE: Not able to place AMO order

      @admin

      Around 9PM , 23rd June 2021.

      posted in NodeJS SDK
      M
      Muhammed
    • Not able to place AMO order

      Hi,

      I am trying to place AMO order using Java SDK. It throws weird exception. Any idea ?

      OrderParams orderParams = new OrderParams();

      		orderParams.quantity = 11;
      		orderParams.variety="AMO";
      		orderParams.symboltoken = "530813";
      		orderParams.exchange ="BSE";
      		orderParams.ordertype = "LIMIIT";
      		orderParams.tradingsymbol = "KRBL";
      		orderParams.producttype = "DELIVERY";
      		orderParams.duration = "DAY";
      		orderParams.transactiontype ="BUY";
      		orderParams.price = (double) 210;
      		smartConnect.placeOrder(orderParams,"AMO");
      

      Exception : Cannot invoke "String.contains(java.lang.CharSequence)" because the return value of "okhttp3.Response.header(String)" is null

      posted in NodeJS SDK
      M
      Muhammed
    • RE: "YOUR USER ID OR PASSWORD IS INVALID","errorcode":"AB1007"

      @admin

      It worked. Thanks for the help

      posted in Bugs
      M
      Muhammed
    • RE: "YOUR USER ID OR PASSWORD IS INVALID","errorcode":"AB1007"

      @admin

      I reset the password. Re-generated API Key, Secret Key.

      Still i am getting below error.

      "YOUR USER ID OR PASSWORD IS INVALID","errorcode":"AB1007","status":false}JSONObject["data"] is not a JSONObject.

      posted in Bugs
      M
      Muhammed
    • "YOUR USER ID OR PASSWORD IS INVALID","errorcode":"AB1007"

      I am also getting below error. My User ID is : M427037

      "YOUR USER ID OR PASSWORD IS M427037INVALID","errorcode":"AB1007","status":false}JSONObject["data"] is not a JSONObject.

      posted in Bugs
      M
      Muhammed