mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-14 09:52:53 +00:00
Added orderbook base
This commit is contained in:
@@ -18,10 +18,17 @@
|
||||
Json
|
||||
}
|
||||
|
||||
public enum SocketType
|
||||
public enum OrderBookStatus
|
||||
{
|
||||
Normal,
|
||||
Background,
|
||||
BackgroundAuthenticated
|
||||
Disconnected,
|
||||
Connecting,
|
||||
Syncing,
|
||||
Synced,
|
||||
}
|
||||
|
||||
public enum OrderBookEntryType
|
||||
{
|
||||
Ask,
|
||||
Bid
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user