1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-11 16:32:57 +00:00

Updated examples

This commit is contained in:
Jkorf
2026-01-07 14:56:18 +01:00
parent 0943b052b9
commit c512bee825
5 changed files with 44 additions and 43 deletions
@@ -62,6 +62,7 @@
{
<div style="margin-bottom: 20px; flex: 1; min-width: 300px;">
<h4>@book.Key - @book.Value.Symbol</h4>
<div>@(book.Value.DataAge?.TotalMilliseconds)ms since last update</div>
@if (book.Value.AskCount >= 3 && book.Value.BidCount >= 3)
{
for (var i = 0; i < 3; i++)