We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 164731a commit e540bbcCopy full SHA for e540bbc
src/jvmMain/kotlin/spp/protocol/marshall/ProtocolMarshaller.kt
@@ -327,7 +327,7 @@ object ProtocolMarshaller {
327
LogOrderType.valueOf(value.getString("orderType")),
328
value.let {
329
if (it.getValue("timestamp") is Number) {
330
- Instant.fromEpochMilliseconds(value.getLong("occurredAt"))
+ Instant.fromEpochMilliseconds(value.getLong("timestamp"))
331
} else {
332
Instant.fromEpochSeconds(
333
value.getJsonObject("timestamp").getLong("epochSeconds"),
0 commit comments