Jkorf
|
8e97a7f3ae
|
Update SymbolOrderBook.cs
|
2021-02-16 15:32:29 +01:00 |
|
Jkorf
|
df9d09630a
|
Added name to clients, added common interfaces
|
2020-12-10 14:05:34 +01:00 |
|
Jkorf
|
5451d3123f
|
Fixed some warnings
|
2020-11-19 11:53:55 +01:00 |
|
JKorf
|
0496f03b74
|
Fix for logging in order book
|
2020-08-28 13:13:24 +02:00 |
|
JKorf
|
0fd811a959
|
Updated version
|
2020-08-12 11:15:24 +02:00 |
|
Артем Курьянов
|
4b1baf8b82
|
changed some events actions to named tuples for ability more clearly understanding what does exactly happened. fixes typo at OnOrderBookUpdate event invocation
|
2020-08-11 15:52:26 +00:00 |
|
Jan Korf
|
ddc4ebe638
|
Rework order book; added support for checksum
|
2020-06-20 20:34:48 +02:00 |
|
JKorf
|
01da87a481
|
Merge branch 'master' of https://github.com/JKorf/CryptoExchange.Net
|
2020-06-16 16:19:00 +02:00 |
|
JKorf
|
20bf8df4ef
|
Added strict levels to symbol order book
|
2020-06-16 16:18:57 +02:00 |
|
Jan Korf
|
128cab8e1e
|
Added postParameterPosition/arraySeralization settings to authentication provider interface, fixed array serialization for request body
|
2020-06-07 12:40:26 +02:00 |
|
Jan Korf
|
5a33bd554e
|
Cleaned some now unused classes
|
2020-06-05 20:50:54 +02:00 |
|
Jan Korf
|
c60131d464
|
wip orderbook rework
|
2020-06-04 22:01:42 +02:00 |
|
Ben Davison
|
d384d1ee5b
|
Rename ValueTuple in BestOffers
|
2020-01-30 22:03:44 +00:00 |
|
Ben Davison
|
07d0a0159d
|
Use ValueTuple for BestOffers
|
2020-01-30 22:01:14 +00:00 |
|
Ben Davison
|
08d7022815
|
introduce a default empty ISymbolOrderBookEntry that is returned buy BestBid or BestAsk if called when the bid or ask lists are empty. This resolves a null reference exception seen during syncronization (specifically when connecting to Kraken). I have also introduced BestOffers which returns both bid and ask in the scope of one lock allowing the caller to be sure that nothing has changed between BestBid and BestAsk request.
|
2020-01-30 16:55:47 +00:00 |
|
JKorf
|
ccaf1da5c9
|
Renamed OnPriceChanged to OnBestOffersChanged
|
2020-01-23 14:00:58 +01:00 |
|
Ben Davison
|
e7ec10e98d
|
Ticking price event
|
2019-12-11 13:26:13 +00:00 |
|
JKorf
|
6f75af507a
|
Renames, orderbook changes
|
2019-10-22 16:29:08 +02:00 |
|
Jan Korf
|
3ba0507a79
|
Cleaned up order book
|
2019-10-21 21:44:51 +02:00 |
|
JKorf
|
b2b5b0fef0
|
wip
|
2019-10-20 13:36:38 +02:00 |
|
Jan Korf
|
8ec902951d
|
3.0 wip
|
2019-10-11 14:48:30 +02:00 |
|
Jan Korf
|
8cb3420520
|
Cleanup/Fixed Resharper comments
|
2019-09-05 11:00:57 +02:00 |
|
msg_kurt
|
6a3df9f7e7
|
removed event triggering timeout
|
2019-09-04 17:23:30 +03:00 |
|
msg_kurt
|
43c17bae64
|
added timeout for triggering order book updating event
|
2019-09-04 16:49:32 +03:00 |
|
msg_kurt
|
c01bcc87b1
|
added orderbook update event
|
2019-09-04 12:48:20 +03:00 |
|
Jan Korf
|
780da53475
|
Added code docs, added ContinueOnQueryResponse
|
2019-08-06 13:19:34 +02:00 |
|
Jan Korf
|
0d4707f6a5
|
Updated SymbolOrderBook
|
2019-07-09 12:00:03 +02:00 |
|
Jan Korf
|
e89df592f5
|
Added sync start/stop methods orderbook
|
2019-07-01 09:28:22 +02:00 |
|
Jan Korf
|
544864a2fd
|
Fix for resyncing order book
|
2019-05-15 13:56:04 +02:00 |
|
Jan Korf
|
763646a5f8
|
Refactored order book to use sorterlist, added BestBid/BestAsk properties
|
2019-05-15 13:01:39 +02:00 |
|
Jan Korf
|
2382dbed2d
|
Added orderbook base
|
2019-05-13 15:39:42 +02:00 |
|