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

297 Commits

Author SHA1 Message Date
JKorf 9da7683291 Added GetResultOrError on CallResult for nullability 2020-10-07 09:23:42 +02:00
JKorf 48a2c095a4 Fix for credentials reading from file, adjusted client options base adress to always end on a / 2020-10-07 08:31:43 +02:00
JKorf 133279b28b Updated version 2020-10-06 17:19:35 +02:00
JKorf f0e020d2eb Changed default ShouldCheckObjects to false 2020-10-06 16:52:12 +02:00
JKorf 0496f03b74 Fix for logging in order book 2020-08-28 13:13:24 +02:00
JKorf f8d86545c7 Update CryptoExchange.Net.xml 2020-08-28 11:46:01 +02:00
Jan Korf bc691f032e Merge pull request #50 from MartyIX/feature/argument-exception-parameterName
ExtensionMethods: Add `argumentName` when throwing `ArgumentException`.
2020-08-27 15:14:37 +02:00
MartyIX 694dc5cbbb ExtensionMethods: Add parameterName when throwing ArgumentException. 2020-08-27 14:06:08 +02:00
JKorf 02dfd192cb Missing exception message 2020-08-24 14:07:52 +02:00
JKorf db23fbb850 Updated version 2020-08-24 13:47:00 +02:00
JKorf d84eed2229 Error message logging 2020-08-24 13:46:28 +02:00
JKorf 92cd7802b8 Updated version 2020-08-24 13:11:23 +02:00
JKorf a152c7a6df Fixed unit tests 2020-08-24 13:08:26 +02:00
Jan Korf 0c2b868a03 Merge pull request #47 from ridicoulous/master
Optional shared HttpClient 
Request id tracing in logging
2020-08-24 12:03:12 +02:00
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 f444fb8478 Merge pull request #6 from ridicoulous/sharedHttpClient
shared http client for multiple instances of RestClient
2020-08-18 12:41:32 +03: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 6cd9003726 Merge pull request #5 from ridicoulous/pr/4
Pr/4
2020-08-17 11:43:30 +03: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 99a770b1ab Merge pull request #46 from ridicoulous/master
tuples at SymbolOrderBook events
2020-08-12 08:28:13 +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
Artem Kurianov 3cd54847c7 Merge pull request #3 from JKorf/master
sync
2020-07-21 12:37:01 +03:00
JKorf f859f38700 Merge branch 'master' of https://github.com/JKorf/CryptoExchange.Net 2020-07-20 15:12:30 +02:00
JKorf 5042f1c9e5 Adjusted deserialize internal 2020-07-20 15:12:28 +02:00
Jan Korf e7c1ef1872 Merge pull request #44 from ridicoulous/master
added Bitmex wrapper based on CryptoExchange.Net. I will be grateful for the review (=
2020-07-07 10:19:46 +02:00
Artem Kurianov b4e146d5ca added Bitmex 2020-07-01 18:12:48 +03:00
Artem Kurianov 45a15c4d29 Merge pull request #2 from JKorf/master
sync
2020-07-01 18:12:09 +03:00
Jan Korf 1b4b400781 Update CryptoExchange.Net.xml 2020-06-21 11:48:01 +02:00
Jan Korf ed5abb6f22 Updated version 2020-06-20 20:36:15 +02:00
Jan Korf ddc4ebe638 Rework order book; added support for checksum 2020-06-20 20:34:48 +02:00
JKorf 5105e995e8 Fixed test, updated version 2020-06-16 16:29:15 +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 07fbc0a3df Fixed tests 2020-06-07 12:48:15 +02:00
Jan Korf ec362d7ab9 Updated version 2020-06-07 12:42:18 +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
Jan Korf b95215866b Added requestBodyEmptyContent setting for rest client, Added TryParseError for rest implementations to check for error with success status code 2020-06-02 19:32:55 +02:00
JKorf 6e4df34aea updated version 2020-05-20 09:16:06 +02:00
JKorf 46e1fee334 Added error debug output, fix for freeze when unsubscribing 2020-05-20 09:14:57 +02:00
JKorf e7de98da64 Updated version 2020-03-03 10:37:15 +01:00
JKorf e31c0aa493 Update CryptoExchange.Net.xml 2020-03-03 10:28:21 +01:00
JKorf ecb4868620 removed invalid check on proxy 2020-03-03 09:24:00 +01:00