Error: Couldnt find that `guid` while placing order

razcads
HI
I got Couldnt find that `guid`. error while placing order. What does this mean? Why does this happen?
Thanks
Raz
  • sujith
    Can you let us know if this is consistent and what type of order were you placing?
  • razcads
    I place a limit order always and received this error once yesterday. I have never seen this error before.
  • rakeshr
    @razcads
    'guid' should be present for any successful order placement.Can you give us more detail of all order params including order time?
    Possibly paste a complete order log here.
  • razcads
    razcads edited November 2019
    Code snippet below. All the variables are populated before submission to kite. Only one order gave me this issue around 2 pm yesterday. All orders before and after this time executed properly. Can you explain what this 'guid' is when it is thrown?

    order_id = kite.place_order( variety='regular',
    exchange=order_record['exchange'],
    tradingsymbol=order_record['tradingsymbol'],
    transaction_type=order_record['transaction_type'],
    quantity=order_record['quantity'],
    price=trade_price,
    product=order_record['product_type'],
    order_type="LIMIT")
  • sujith
    A Guid is a unique id for each order for each client assigned by the system. It was a mismap of the error message for the rate limit. This was fixed yesterday. I don't think you will see this again.
  • razcads
    razcads edited November 2019
    ok! many thanks @sujith . you can close this thread.
This discussion has been closed.