JKorf
|
664cbee8dd
|
Changed requestId to int, added it to more logging related to requests. Added some comments
|
2020-08-24 12:01:49 +02:00 |
|
Artem Kurianov
|
c8a6a2ec12
|
Merge branch 'master' of https://github.com/ridicoulous/CryptoExchange.Net
|
2020-08-20 16:47:42 +00:00 |
|
Artem Kurianov
|
1a73ecf89a
|
setted checking object parameter at Deserialize<T> to optional for backward compatibility, and added the same config field for preventing checking objects at Stream deserializing. added checking type for not null at CheckObject
|
2020-08-20 16:47:34 +00:00 |
|
Artem Kurianov
|
387ef0d1a6
|
added ability to set optional http client for preventing connection pool exhaustion https://stackoverflow.com/a/48778707/4993930
|
2020-08-18 09:39:14 +00:00 |
|
Artem Kurianov
|
3e3bf5329a
|
merge sync and updates with default request id
|
2020-08-17 08:45:05 +00:00 |
|
Artem Kurianov
|
fb61b6931b
|
resync
|
2020-08-17 08:44:30 +00:00 |
|
Artem Kurianov
|
c3ce0de12a
|
Merge branch 'master' into pr/4
|
2020-08-17 11:43:12 +03:00 |
|
Артем Курьянов
|
9b8950747f
|
added optional request tracing id for much better logs reading
|
2020-08-14 14:15:13 +00:00 |
|
JKorf
|
0fd811a959
|
Updated version
|
2020-08-12 11:15:24 +02:00 |
|
Jan Korf
|
ddc4ebe638
|
Rework order book; added support for checksum
|
2020-06-20 20:34:48 +02:00 |
|
JKorf
|
20bf8df4ef
|
Added strict levels to symbol order book
|
2020-06-16 16:18:57 +02:00 |
|
JKorf
|
ecb4868620
|
removed invalid check on proxy
|
2020-03-03 09:24:00 +01:00 |
|
JKorf
|
69a618b508
|
Removed invalid check preventing setting a unauthorized proxy
|
2019-12-10 10:19:03 +01: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 |
|
Jan Korf
|
de0916920f
|
Merge pull request #17 from ridicoulous/orderBookUpdateEvent
added orderbook update event
|
2019-09-04 16:27:02 +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 |
|
Jan Korf
|
88b02b0b41
|
Added array serialization option, adjusted array converter
|
2019-08-29 09:30:17 +02: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
|
2382dbed2d
|
Added orderbook base
|
2019-05-13 15:39:42 +02:00 |
|
Jan Korf
|
9008c4ed2c
|
Socket client update, added headers to rest result
|
2019-04-30 11:58:39 +02:00 |
|
Jan Korf
|
c489b4e9aa
|
Updated socketclient
|
2019-04-29 08:45:53 +02:00 |
|
Jan Korf
|
4cae8670a3
|
Added autoreconnect option
|
2019-03-18 10:41:03 +01:00 |
|
Jan Korf
|
094369e255
|
Changed web request results to WebCallResult to support response status code
|
2019-02-27 10:59:31 +01:00 |
|
Illia Bielkin
|
85a0fb2fda
|
constructor fixed
|
2019-02-03 10:58:15 +02:00 |
|
Illia Bielkin
|
5fad5a4d8e
|
proxy authentication added
|
2019-02-02 21:55:57 +02:00 |
|
JKorf
|
181be6c17e
|
Some resharper fixes
|
2018-12-06 10:53:01 +01:00 |
|
JKorf
|
64a66d4206
|
Fixed various resharper warning
|
2018-11-30 16:19:01 +01:00 |
|
JKorf
|
1b6e1f99f8
|
Added name to message handlers, added socket type to subscription for background sockets
|
2018-11-29 11:28:46 +01:00 |
|
JKorf
|
596b28dd47
|
Added copy for option objects, socket message handlers can now return whether they handled the message
|
2018-11-28 11:14:32 +01:00 |
|
JKorf
|
86674c83f5
|
Added request timeout, some refactoring
|
2018-11-27 13:32:20 +01:00 |
|
JKorf
|
009ae3a45d
|
Cleaning/docs
|
2018-11-26 16:15:10 +01:00 |
|
Jan Korf
|
2478e4c7c7
|
updated resubscribing
|
2018-11-22 13:18:39 +01:00 |
|
Jan Korf
|
5c63941f32
|
Initial v2 changes
|
2018-11-22 12:45:36 +01:00 |
|
JKorf
|
4102d4474e
|
Added requestBodyFormat
|
2018-09-25 09:42:13 +02:00 |
|
JKorf
|
b46d74ddf8
|
Updated ConstructRequest method so it can be used by most implementations
|
2018-09-21 15:00:21 +02:00 |
|
JKorf
|
b5833e5230
|
Fixed some resharper warnings
|
2018-08-16 10:40:35 +02:00 |
|
Jan Korf
|
25cf530d89
|
Added ping method to exchange client
|
2018-08-12 15:47:07 +02:00 |
|
Jan Korf
|
e45858054e
|
Ratelimit changes
|
2018-08-12 13:34:28 +02:00 |
|