You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. First of of all thanks for that amazing integration and high quality code.
I wanted to ask one thing here. I'm notices timestamp parameter in Kline update stream data, howver based on documentation this timestamp not exactly the time stamp of kline, but about latest order match in this candle. Is there a way to exactly add "ts" which truly correspond to timestamp of entity generated in system? I couldn't find this timestamp in existing models.
The text was updated successfully, but these errors were encountered:
Hi, in the latest version the DataEvent.Timestamp property was split into DataEvent.ReceiveTime (which is what the original DataEvent.Timestamp value is) and DataEvent.DataTime, which is the time the server generated the event if such a time is available.
For Bybit this means the DataEvent.DataTime is set to the ts value you highlighted.
Hello. First of of all thanks for that amazing integration and high quality code.
I wanted to ask one thing here. I'm notices timestamp parameter in Kline update stream data, howver based on documentation this timestamp not exactly the time stamp of kline, but about latest order match in this candle. Is there a way to exactly add "ts" which truly correspond to timestamp of entity generated in system? I couldn't find this timestamp in existing models.
The text was updated successfully, but these errors were encountered: