1
0
mirror of https://github.com/JKorf/CryptoExchange.Net synced 2025-06-10 01:16:24 +00:00

23 Commits

Author SHA1 Message Date
Jan Korf
4536d5f6c6 Changed BaseConverter to be able to support duplicate entries 2019-03-07 10:05:20 +01: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
94a7c1422c ArrayConverter array conversion, can now deserialize single objects and arrays into an array 2018-11-28 15:43:20 +01:00
JKorf
10de7f4b46 Fixed some WriteJson calls in converters to ease unit testing 2018-08-15 14:15:32 +02:00
JKorf
bb4fb17ec6 Fix for parsing bug 2018-08-13 12:19:14 +02:00
Jan Korf
2e49217e20 Made socket more robust, added basic serialization to arrayconverter 2018-08-10 15:43:03 +02:00
JKorf
c5ee620857 updated version, small fixes 2018-08-08 16:42:09 +02:00
Jan Korf
5fa735003d
Merge pull request #5 from Zaliro/master
Fix typo in "ApiCredentials", improve "TimestampSecondsConverter" & "WriteCustomBody"
2018-08-03 08:23:44 +02:00
Noé Comte
2ff2912fb3 Removed unnecessary cast 2018-08-02 13:44:27 +02:00
Noé Comte
48dc4dbd94 Allow inputs such as double, long, (...) instead of string only 2018-08-02 13:35:07 +02:00
JKorf
9ecb8cc7a7 ReadString don't crash if not mapped 2018-07-24 15:48:23 +02:00
JKorf
e3d58c2d25 Added nullable to type check of baseconverter 2018-06-25 08:44:01 +02:00
JKorf
6197b6e93b Fix for parser 2018-06-08 14:19:47 +02:00
JKorf
1fcb15472f Added UTC converter, added UTC DateTimeZoneHandling 2018-06-08 13:33:50 +02:00
JKorf
3ed48cd289 Fix in baseconverter, added parameters for request to debug logging 2018-05-07 09:59:06 +02:00
JKorf
56d5bbcdf4 Updated threadsafefilewriter to check single instance, added Exception catch to deserialize 2018-05-04 10:52:38 +02:00
JKorf
4366f4082a Actual fix timestampconverter 2018-04-19 13:40:16 +02:00
JKorf
ee42dd8ca9 Fix for TimestampSecondsConverter 2018-04-19 12:06:39 +02:00
JKorf
745d834458 Updated socket with locks, added null check to timestamp converter 2018-04-05 14:56:34 +02:00
JKorf
608ec29673 Fix in timestamp seconds converter 2018-03-27 10:01:04 +02:00
JKorf
f3634ea289 Made ExecuteRequest virtual, added TimestampSecondsConverter 2018-03-27 09:38:11 +02:00
JKorf
343af73d50 Added basic converters, added IDisposable to socket, added trycatch to result checking 2018-03-23 14:25:09 +01:00