Navigation

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

    aarkay

    @aarkay

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

    aarkay Follow

    Best posts made by aarkay

    This user hasn't posted anything yet.

    Latest posts made by aarkay

    • RE: Individual Order Status - Does not seem to work.

      @admin
      Log 1
      Order [disclosedQuantity=null, duration=null, tradingSymbol=null, variety=null, orderType=null, triggerPrice=null, text=null, price=null, status=null, productType=null, exchange=null, orderId=250219000056794, uniqueorderid=null, symbol=null, updateTime=null, exchangeTimestamp=null, exchangeUpdateTimestamp=null, averagePrice=null, transactionType=null, quantity=null, squareOff=null, stopLoss=null, trailingStopLoss=null, symbolToken=null, instrumentType=null, strikePrice=null, optionType=null, expiryDate=null, lotSize=null, cancelSize=null, filledShares=null, orderStatus=null, unfilledShares=null, fillId=null, fillTime=null]

      Log 2
      Order [disclosedQuantity=null, duration=null, tradingSymbol=null, variety=null, orderType=null, triggerPrice=null, text=null, price=null, status=null, productType=null, exchange=null, orderId=250219000073345, uniqueorderid=null, symbol=null, updateTime=null, exchangeTimestamp=null, exchangeUpdateTimestamp=null, averagePrice=null, transactionType=null, quantity=null, squareOff=null, stopLoss=null, trailingStopLoss=null, symbolToken=null, instrumentType=null, strikePrice=null, optionType=null, expiryDate=null, lotSize=null, cancelSize=null, filledShares=null, orderStatus=null, unfilledShares=null, fillId=null, fillTime=null]

      posted in NodeJS SDK
      A
      aarkay
    • RE: Is getCompleteProfile really supported?

      @admin Got it thanks

      posted in NodeJS SDK
      A
      aarkay
    • Is getCompleteProfile really supported?

      Re: Not getting user email & mobile in user profile api

      Don't see getCompleteProfile documented anywhere in https://smartapi.angelbroking.com/docs/User#Profile and when i try to use it for testing by changing the route in smartapi it does not connect and get exception back.

      Suggest correct sdk version to use.

      posted in NodeJS SDK
      A
      aarkay
    • Individual Order Status - Does not seem to work.

      SmartConnect -> placeOrder(...) call is supposed to return uniqueorderid which i need to use it for subsequent order handling based on status by calling SmartConnect -> getIndividualOrderDetails(...), but the response model https://github.com/angel-one/smartapi-java/blob/main/src/main/java/com/angelbroking/smartapi/models/Order.java does not have uniqueorderid and calling getIndividualOrderDetails with placedorderid always fails with -> {"data":null,"message":"Order not found","errorcode":"AB1007","status":false}

      Please share fix in the official SDK.

      References
      https://github.com/angel-one/smartapi-java
      https://smartapi.angelbroking.com/docs/Orders
      https://smartapi.angelbroking.com/docs/Orders#place
      https://smartapi.angelbroking.com/docs/Orders#indorder

      posted in NodeJS SDK
      A
      aarkay