Bug in Exchange Time Stamp

vSeelin
The exchangeTimestamp returned by the Order Update Listener refers to the Order Time Stamp & not the time stamp from the exchange.

Eg: Order Placed Time 2019-12-09 10:15:00, order gets executed at 2019-12-09 10:15:22.

The exchangeTimeStamp must return 2019-12-09 10:15:22 instead it is returning 2019-12-09 10:15:00 which is the same as orderTimeStamp

Will the above be fixed ?
Tagged:
  • sujith
    Hi @vSeelin,
    There are two fields included in the Kite Connect API. One is exchange_timestamp which denotes the exchange entry time and exchange_update_time which shows the update time as well.
    At the time of the javakiteconnect release, there was only one field available but with the Kite Connect 3.1 release, this was included.
    We will add exchange update timestamp in the next release of javakiteconnect in the meanwhile if you need that field then you will have to fork the library and do it. You will have to modify this file.
Sign In or Register to comment.