@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.
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?
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.
'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.
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")