Navigation

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

    Order rejected "bo is not allowed for this stock. Kindly place an order with a different product type."

    Test
    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.
    • A
      asiyaafreen01992 last edited by

      My order rejected and showing this message
      "bo is not allowed for this stock. Kindly place an order with a different product type."

      I am using PHP SDK, Please help me

      my order parameters are
      $params=[
      'variety' => 'ROBO',
      'tradingsymbol' => $order['symbol'],
      'symboltoken' => $order['token'],
      'exchange' => 'NSE',
      'transactiontype' => 'BUY',
      'ordertype' => 'LIMIT',
      'quantity' => $order['qnt'],
      'producttype' => 'INTRADAY',
      'price' => $order['price'],
      'squareoff' => $order['squareoff'],
      'stoploss' => $order['stoploss'],
      'triggerprice'=>0,
      'duration' => 'DAY'];

      M 1 Reply Last reply Reply Quote 0
      • M
        Moderator_2 @asiyaafreen01992 last edited by

        Hi @asiyaafreen01992

        Apologies for delayed response.
        Kindly share us the trading symbol to analyze on this.

        Regards,
        SmartAPI team

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