Skip to content

Commit 7fc36d4

Browse files
committed
Set last updated for gemini order book delta
1 parent 20a001e commit 7fc36d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ExchangeSharp/API/Exchanges/Gemini/ExchangeGeminiAPI.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,7 @@ protected override async Task<IWebSocket> OnGetDeltaOrderBookWebSocketAsync(Acti
633633
}
634634
}
635635
}
636+
bookObj.LastUpdatedUtc = DateTime.UtcNow;
636637
callback(bookObj);
637638
}
638639
}

0 commit comments

Comments
 (0)