author
int64
658
755k
date
stringlengths
19
19
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
list
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
329,148
22.10.2017 11:02:17
21,600
7402b29e23ffa7e285cb7e4c1043bd269a6bdc20
More cross platform friendly SecureStringToString
[ { "change_type": "MODIFY", "old_path": "ExchangeAPI/CryptoUtility.cs", "new_path": "ExchangeAPI/CryptoUtility.cs", "diff": "@@ -14,6 +14,7 @@ using System;\nusing System.Collections.Generic;\nusing System.IO;\nusing System.Linq;\n+using System.Runtime.InteropServices;\nusing System.Security;\nusing ...
C#
MIT License
jjxtra/exchangesharp
More cross platform friendly SecureStringToString
329,148
23.10.2017 14:53:34
21,600
06f859e7daa4bb21660cfa9b24a0c3ce37916dcd
Added method to save / load API keys securely
[ { "change_type": "MODIFY", "old_path": "ExchangeAPI/API/Backend/ExchangeAPI.cs", "new_path": "ExchangeAPI/API/Backend/ExchangeAPI.cs", "diff": "@@ -78,12 +78,12 @@ namespace ExchangeSharp\npublic abstract string BaseUrl { get; set; }\n/// <summary>\n- /// Public API key - only needs to be set if you...
C#
MIT License
jjxtra/exchangesharp
Added method to save / load API keys securely
329,148
30.10.2017 14:52:34
21,600
5d1b17912943ba9b1dda5d3b3c4b9d5bd35a2ee8
New functions for logger Utility methods for creating and opening log streams Add helper function to enumerate a log containing multiple tickers per entry
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Backend/ExchangeLogger.cs", "new_path": "ExchangeSharp/API/Backend/ExchangeLogger.cs", "diff": "@@ -30,6 +30,16 @@ namespace ExchangeSharp\nIsRunningInBackground = false;\n}\n+ private BinaryWriter CreateLogWriter(string path, bool compress)\...
C#
MIT License
jjxtra/exchangesharp
New functions for logger Utility methods for creating and opening log streams Add helper function to enumerate a log containing multiple tickers per entry
329,148
31.10.2017 11:18:32
21,600
7140f7e8673626c23b1815faadb4a0792d819923
Move ExchangeLogger.cs
[ { "change_type": "RENAME", "old_path": "ExchangeSharp/API/Backend/ExchangeLogger.cs", "new_path": "ExchangeSharp/API/ExchangeLogger.cs", "diff": "" }, { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/ExchangeTicker.cs", "new_path": "ExchangeSharp/API/ExchangeTicker.cs", ...
C#
MIT License
jjxtra/exchangesharp
Move ExchangeLogger.cs
329,148
15.11.2017 09:57:45
25,200
a79b30ad5ff6d687ef438e2f20d0b90ebeef9b11
Add license to project
[ { "change_type": "MODIFY", "old_path": "ExchangeSharpConsole.csproj", "new_path": "ExchangeSharpConsole.csproj", "diff": "<None Include=\"App.config\" />\n<None Include=\"README\" />\n</ItemGroup>\n- <ItemGroup>\n- <None Include=\"LICENSE\" />\n- </ItemGroup>\n<ItemGroup>\n<ProjectReference Include=...
C#
MIT License
jjxtra/exchangesharp
Add license to project
329,148
20.11.2017 15:21:10
25,200
35eb28748eb7b970def0c010ac1658513b69cfad
Add get open orders to bittrex api Also fix bug with bittrex private API
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Backend/ExchangeAPI.cs", "new_path": "ExchangeSharp/API/Backend/ExchangeAPI.cs", "diff": "@@ -359,6 +359,13 @@ namespace ExchangeSharp\n/// <returns>Order details</returns>\npublic virtual ExchangeOrderResult GetOrderDetails(string orderId) {...
C#
MIT License
jjxtra/exchangesharp
Add get open orders to bittrex api Also fix bug with bittrex private API
329,148
25.11.2017 12:30:24
25,200
8138a44a54b130a2817b3368d7391f2699d42745
Add GDAX private API Also fix bugs / refactor things a bit
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Backend/ExchangeAPI.cs", "new_path": "ExchangeSharp/API/Backend/ExchangeAPI.cs", "diff": "@@ -87,6 +87,12 @@ namespace ExchangeSharp\n/// </summary>\npublic System.Security.SecureString PrivateApiKey { get; set; }\n+ /// <summary>\n+ /// Pass...
C#
MIT License
jjxtra/exchangesharp
Add GDAX private API Also fix bugs / refactor things a bit
329,148
25.11.2017 12:31:34
25,200
dd783677447ef0a6253c06517bc0a5134f7fff42
Update version and nuspec
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/ExchangeSharp.nuspec", "new_path": "ExchangeSharp/ExchangeSharp.nuspec", "diff": "<package>\n<metadata>\n<id>DigitalRuby.ExchangeSharp</id>\n- <version>0.1.0.0</version>\n+ <version>0.1.1.0</version>\n<title>Exchange Sharp - C# API for cryptocurr...
C#
MIT License
jjxtra/exchangesharp
Update version and nuspec
329,148
25.11.2017 13:57:14
25,200
8156694c002b7e3018087fac08d4972c1811685c
Better documentation Better document raw requests and add json request to IExchangeAPI interface.
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Backend/ExchangeAPI.cs", "new_path": "ExchangeSharp/API/Backend/ExchangeAPI.cs", "diff": "@@ -200,9 +200,10 @@ namespace ExchangeSharp\n/// </summary>\n/// <param name=\"url\">Url</param>\n/// <param name=\"baseUrl\">Override the base url, nu...
C#
MIT License
jjxtra/exchangesharp
Better documentation Better document raw requests and add json request to IExchangeAPI interface.
329,148
25.11.2017 14:09:04
25,200
e1ff99a5447b177a35864c276ed2a59c895dacd2
Missed one documentation fix
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Backend/ExchangeAPI.cs", "new_path": "ExchangeSharp/API/Backend/ExchangeAPI.cs", "diff": "@@ -198,7 +198,7 @@ namespace ExchangeSharp\n/// <summary>\n/// Make a request to a path on the API\n/// </summary>\n- /// <param name=\"url\">Url</para...
C#
MIT License
jjxtra/exchangesharp
Missed one documentation fix
329,148
25.11.2017 14:33:00
25,200
b21b294eb144aa0416555d2d5c2f1128cff6406c
Standardize nonce usage
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Backend/ExchangeBittrexAPI.cs", "new_path": "ExchangeSharp/API/Backend/ExchangeBittrexAPI.cs", "diff": "@@ -63,12 +63,21 @@ namespace ExchangeSharp\nreturn order;\n}\n+ private Dictionary<string, object> GetNoncePayload()\n+ {\n+ return new D...
C#
MIT License
jjxtra/exchangesharp
Standardize nonce usage
329,148
25.11.2017 14:34:51
25,200
65f4dfb74fa284d99fde31824a1c8b3184864ffb
Fix gdax API bug
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Backend/ExchangeGdaxAPI.cs", "new_path": "ExchangeSharp/API/Backend/ExchangeGdaxAPI.cs", "diff": "@@ -98,7 +98,7 @@ namespace ExchangeSharp\nprotected override void ProcessRequest(HttpWebRequest request, Dictionary<string, object> payload)\n{...
C#
MIT License
jjxtra/exchangesharp
Fix gdax API bug
329,148
26.11.2017 10:18:12
25,200
579fe55ac7b89b19cfede0118a16e88d64b4f861
Add basic support for Bitfinex private API Also added get all open orders to gemini end point and null checks for normalize symbol method.
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Backend/ExchangeBitfinexAPI.cs", "new_path": "ExchangeSharp/API/Backend/ExchangeBitfinexAPI.cs", "diff": "@@ -33,7 +33,63 @@ namespace ExchangeSharp\npublic override string NormalizeSymbol(string symbol)\n{\n- return symbol.Replace(\"-\", str...
C#
MIT License
jjxtra/exchangesharp
Add basic support for Bitfinex private API Also added get all open orders to gemini end point and null checks for normalize symbol method.
329,148
26.11.2017 11:37:06
25,200
94bb2e896555873904aaeb2357e18963a9f7ff12
Add poloniex private API
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Backend/ExchangeBitfinexAPI.cs", "new_path": "ExchangeSharp/API/Backend/ExchangeBitfinexAPI.cs", "diff": "@@ -82,10 +82,10 @@ namespace ExchangeSharp\npayload.Add(\"request\", request.RequestUri.AbsolutePath);\nstring json = JsonConvert.Seria...
C#
MIT License
jjxtra/exchangesharp
Add poloniex private API
329,148
26.11.2017 11:41:52
25,200
5f257af59eb9ee39fed222441d028c4c66e0c1b5
Save project file with new readme file
[ { "change_type": "MODIFY", "old_path": "ExchangeSharpConsole.csproj", "new_path": "ExchangeSharpConsole.csproj", "diff": "</ItemGroup>\n<ItemGroup>\n<None Include=\"App.config\" />\n- <None Include=\"README\" />\n+ <None Include=\"README.md\" />\n</ItemGroup>\n<ItemGroup>\n<ProjectReference Include=...
C#
MIT License
jjxtra/exchangesharp
Save project file with new readme file
329,148
04.12.2017 21:41:12
25,200
556b6dd0fdc522831f0857aa05ac0519ce91e627
Add Bithumb public API
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Backend/ExchangeAPI.cs", "new_path": "ExchangeSharp/API/Backend/ExchangeAPI.cs", "diff": "@@ -47,6 +47,11 @@ namespace ExchangeSharp\n/// </summary>\npublic const string ExchangeNameBitfinex = \"Bitfinex\";\n+ /// <summary>\n+ /// Bithumb\n+ ...
C#
MIT License
jjxtra/exchangesharp
Add Bithumb public API
329,148
04.12.2017 21:41:28
25,200
5455f42824fe8989640bc8fc05ad0a8faa94f651
Fix Bithumb test
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/Console/ExchangeSharpConsole_Tests.cs", "new_path": "ExchangeSharp/Console/ExchangeSharpConsole_Tests.cs", "diff": "@@ -53,7 +53,7 @@ namespace ExchangeSharp\nstring symbol = GetSymbol(api);\nIReadOnlyCollection<string> symbols = api.GetSymbols()...
C#
MIT License
jjxtra/exchangesharp
Fix Bithumb test
329,148
05.12.2017 10:01:04
25,200
9fdd799ccb4e7bd2ddcec64c71f532caee67f31e
Add Binance public API Also move exchange names to new ExchangeName static class
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Backend/ExchangeAPI.cs", "new_path": "ExchangeSharp/API/Backend/ExchangeAPI.cs", "diff": "@@ -42,41 +42,6 @@ namespace ExchangeSharp\n/// </summary>\npublic abstract class ExchangeAPI : IExchangeAPI\n{\n- /// <summary>\n- /// Bitfinex\n- /// ...
C#
MIT License
jjxtra/exchangesharp
Add Binance public API Also move exchange names to new ExchangeName static class
329,148
06.12.2017 11:21:33
25,200
dc1ebdeaf47802d582cfd4b63763d39d6da8b5c8
Add GetTickers to Bitfinex API Also added a simple caching mechanism so each exchange API can decide how long to cache data, the default is no caching.
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Backend/ExchangeAPI.cs", "new_path": "ExchangeSharp/API/Backend/ExchangeAPI.cs", "diff": "@@ -93,6 +93,8 @@ namespace ExchangeSharp\n/// </summary>\npublic System.Net.Cache.RequestCachePolicy CachePolicy { get; set; } = new System.Net.Cache.R...
C#
MIT License
jjxtra/exchangesharp
Add GetTickers to Bitfinex API Also added a simple caching mechanism so each exchange API can decide how long to cache data, the default is no caching.
329,148
06.12.2017 13:16:10
25,200
af3d407fc2b1b59461389190d712b2bd0bb24201
Add async implementations of API endpoints
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Backend/ExchangeAPI.cs", "new_path": "ExchangeSharp/API/Backend/ExchangeAPI.cs", "diff": "@@ -47,6 +47,11 @@ namespace ExchangeSharp\n/// </summary>\npublic abstract string BaseUrl { get; set; }\n+ /// <summary>\n+ /// Gets the name of the ex...
C#
MIT License
jjxtra/exchangesharp
Add async implementations of API endpoints
329,148
07.12.2017 00:16:06
25,200
20eb47fe34e49dcc1ada8a5bdb576a232a7b3ce0
Add Binance private API
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Backend/ExchangeAPI.cs", "new_path": "ExchangeSharp/API/Backend/ExchangeAPI.cs", "diff": "@@ -113,6 +113,16 @@ namespace ExchangeSharp\n}\n}\n+ /// <summary>\n+ /// Whether the exchange API can make authenticated (private) API requests\n+ ///...
C#
MIT License
jjxtra/exchangesharp
Add Binance private API
329,148
07.12.2017 00:31:23
25,200
f89eefe3f4b92519e23fd823006e20a5547f36ef
Denote binance private API support
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "ExchangeSharp is a C# console app and framework for trading and communicating with various exchange API end points for stocks or cryptocurrency assets.\nThe following exchanges are supported:\n-- Binance (public)\n...
C#
MIT License
jjxtra/exchangesharp
Denote binance private API support
329,148
08.12.2017 22:59:55
25,200
c6b3c7cabfe0deeef6e61c325ae1bb12840c52fc
Update readme with cryptowatch
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "ExchangeSharp is a C# console app and framework for trading and communicating with various exchange API end points for stocks or cryptocurrency assets.\n-The following exchanges are supported:\n+The following crypt...
C#
MIT License
jjxtra/exchangesharp
Update readme with cryptowatch
329,148
09.12.2017 23:41:32
25,200
cb95e20cb369b243aa4532e6eb688cc7ff27a0e5
Ticker volume fixes Also add a global normalize symbol function to help get standard symbol names across all exchanges
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Exchanges/ExchangeAPI.cs", "new_path": "ExchangeSharp/API/Exchanges/ExchangeAPI.cs", "diff": "@@ -71,6 +71,13 @@ namespace ExchangeSharp\n/// <returns>Normalized symbol</returns>\npublic virtual string NormalizeSymbol(string symbol) { return ...
C#
MIT License
jjxtra/exchangesharp
Ticker volume fixes Also add a global normalize symbol function to help get standard symbol names across all exchanges
329,148
09.12.2017 23:44:07
25,200
4723580d74cea01fc045a2817877a620cfa0e5d5
Remove name from constructor as its in API
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/Model/ExchangeInfo.cs", "new_path": "ExchangeSharp/Model/ExchangeInfo.cs", "diff": "@@ -27,9 +27,8 @@ namespace ExchangeSharp\n/// Constructor\n/// </summary>\n/// <param name=\"api\">Exchange API</param>\n- /// <param name=\"name\">Exchange name...
C#
MIT License
jjxtra/exchangesharp
Remove name from constructor as its in API
329,148
09.12.2017 23:57:43
25,200
66c2886a726b3894158fd06234cefa29cb0d552d
Add RequestTimeout to API interface
[ { "change_type": "RENAME", "old_path": "ExchangeSharp/API/RemoteService.cs", "new_path": "ExchangeSharp/API/BaseAPI.cs", "diff": "" }, { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Exchanges/IExchangeAPI.cs", "new_path": "ExchangeSharp/API/Exchanges/IExchangeAPI.cs", ...
C#
MIT License
jjxtra/exchangesharp
Add RequestTimeout to API interface
329,148
10.12.2017 00:03:58
25,200
77239821969c74ea8cf8a6c5fc1e3e6cd5bb5da2
Missed a volume problem on Bitfinex multi-tickers
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Exchanges/ExchangeBitfinexAPI.cs", "new_path": "ExchangeSharp/API/Exchanges/ExchangeBitfinexAPI.cs", "diff": "@@ -155,7 +155,7 @@ namespace ExchangeSharp\n{\nPriceAmount = (decimal)array[8],\nPriceSymbol = (string)array[0],\n- QuantityAmount ...
C#
MIT License
jjxtra/exchangesharp
Missed a volume problem on Bitfinex multi-tickers
329,148
11.12.2017 15:28:17
25,200
66cdb71c1a8fcb3b3850b09ff2e44e386718b978
Fix Bitfinex API tickers to not include the 't' prefix
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Exchanges/ExchangeBitfinexAPI.cs", "new_path": "ExchangeSharp/API/Exchanges/ExchangeBitfinexAPI.cs", "diff": "@@ -146,7 +146,7 @@ namespace ExchangeSharp\nDateTime now = DateTime.UtcNow;\nforeach (JArray array in token)\n{\n- tickers.Add(new ...
C#
MIT License
jjxtra/exchangesharp
Fix Bitfinex API tickers to not include the 't' prefix
329,148
15.12.2017 18:47:27
25,200
6490f1c08194fb7e7cd9a659b7a0abfef8b841aa
Add public bitstamp API Also implement GetTickers and GetOrderBooks in ExchangeAPI to simply loop through all symbols and make a request for each.
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Exchanges/ExchangeAPI.cs", "new_path": "ExchangeSharp/API/Exchanges/ExchangeAPI.cs", "diff": "@@ -72,11 +72,14 @@ namespace ExchangeSharp\npublic virtual string NormalizeSymbol(string symbol) { return symbol; }\n/// <summary>\n- /// Normalize...
C#
MIT License
jjxtra/exchangesharp
Add public bitstamp API Also implement GetTickers and GetOrderBooks in ExchangeAPI to simply loop through all symbols and make a request for each.
329,148
15.12.2017 23:08:50
25,200
27792e16278bf985943c52cfdd53e1bc87849603
Denote bitstamp support
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -4,6 +4,7 @@ The following cryptocurrency exchanges are supported:\n- Binance (public, basic private)\n- Bitfinex (public, basic private)\n- Bithumb (public)\n+- Bitstamp (public)\n- Bittrex (public, basic priva...
C#
MIT License
jjxtra/exchangesharp
Denote bitstamp support
329,148
19.12.2017 08:27:20
25,200
f6a4d38002a4fd0b076377b1962d9db101a9f908
Add Kraken API for balances, fix tests
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Exchanges/ExchangeBitstampAPI.cs", "new_path": "ExchangeSharp/API/Exchanges/ExchangeBitstampAPI.cs", "diff": "@@ -44,7 +44,7 @@ namespace ExchangeSharp\npublic override string NormalizeSymbol(string symbol)\n{\n- return symbol?.Replace(\"/\",...
C#
MIT License
jjxtra/exchangesharp
Add Kraken API for balances, fix tests
329,148
20.12.2017 19:08:45
25,200
e253c289a29e9ca6f5407e3a73a8aa47d8dc0ee1
Bug fixes / crypto utility encrypt/decrypt improve
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Exchanges/ExchangeBittrexAPI.cs", "new_path": "ExchangeSharp/API/Exchanges/ExchangeBittrexAPI.cs", "diff": "@@ -298,8 +298,8 @@ namespace ExchangeSharp\nbreak;\n}\nsymbol = NormalizeSymbol(symbol);\n- startDate = startDate ?? DateTime.UtcNow;...
C#
MIT License
jjxtra/exchangesharp
Bug fixes / crypto utility encrypt/decrypt improve
329,148
21.12.2017 09:08:17
25,200
3fa470ad4e4533b6a64f8d673a455ab30d6db5b5
Don't return 0 balance entries for GetAmountsAvailableToTrade
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Exchanges/ExchangeBitfinexAPI.cs", "new_path": "ExchangeSharp/API/Exchanges/ExchangeBitfinexAPI.cs", "diff": "@@ -266,9 +266,12 @@ namespace ExchangeSharp\nwhere token[\"type\"].Equals(\"trading\")\nselect new { Currency = token[\"currency\"]...
C#
MIT License
jjxtra/exchangesharp
Don't return 0 balance entries for GetAmountsAvailableToTrade
329,148
21.12.2017 09:46:08
25,200
a028852c6b96e25e1e8fe7e0367981bcac0184b4
Fix Bitfinex GetAmountsAvailableToTrade
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Exchanges/ExchangeBitfinexAPI.cs", "new_path": "ExchangeSharp/API/Exchanges/ExchangeBitfinexAPI.cs", "diff": "@@ -262,14 +262,12 @@ namespace ExchangeSharp\nDictionary<string, decimal> lookup = new Dictionary<string, decimal>(StringComparer.O...
C#
MIT License
jjxtra/exchangesharp
Fix Bitfinex GetAmountsAvailableToTrade
329,148
21.12.2017 15:31:50
25,200
868284ac4d61ad90b442e3288972dcfd54ed6f07
Implement get completed order functions for most exchanges
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Exchanges/ExchangeAPI.cs", "new_path": "ExchangeSharp/API/Exchanges/ExchangeAPI.cs", "diff": "@@ -269,7 +269,21 @@ namespace ExchangeSharp\n/// </summary>\n/// <param name=\"symbol\">Symbol to get open orders for or null for all</param>\n/// ...
C#
MIT License
jjxtra/exchangesharp
Implement get completed order functions for most exchanges
329,148
21.12.2017 16:08:41
25,200
477a7762263e4cda9b411b151d6e1dcd649dcd94
Implement GetAmounts end points Most exchanges, except Kraken, provide an available vs total amount so this new end point provides the total, including locked amounts from pending orders, etc.
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Exchanges/ExchangeAPI.cs", "new_path": "ExchangeSharp/API/Exchanges/ExchangeAPI.cs", "diff": "@@ -211,11 +211,23 @@ namespace ExchangeSharp\n/// <returns>Candles</returns>\npublic Task<IEnumerable<MarketCandle>> GetCandlesAsync(string symbol,...
C#
MIT License
jjxtra/exchangesharp
Implement GetAmounts end points Most exchanges, except Kraken, provide an available vs total amount so this new end point provides the total, including locked amounts from pending orders, etc.
329,148
21.12.2017 16:43:24
25,200
d1dfd37a2429da95c52a4e69f2754c31a5a437d6
Cache Bitfinex completed orders
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Exchanges/ExchangeBitfinexAPI.cs", "new_path": "ExchangeSharp/API/Exchanges/ExchangeBitfinexAPI.cs", "diff": "@@ -339,12 +339,23 @@ namespace ExchangeSharp\n}\npublic override IEnumerable<ExchangeOrderResult> GetCompletedOrderDetails(string s...
C#
MIT License
jjxtra/exchangesharp
Cache Bitfinex completed orders
329,148
26.12.2017 20:13:42
18,000
ae0fb9c5516ac90e9542f760f85dfbfbaf60e2ae
Fix for get orders on Bitfinex When getting all completed orders, each symbol must be retrieved separately, the API does not return historical orders beyond a few days even in v2 api.
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Exchanges/ExchangeBitfinexAPI.cs", "new_path": "ExchangeSharp/API/Exchanges/ExchangeBitfinexAPI.cs", "diff": "@@ -67,6 +67,34 @@ namespace ExchangeSharp\n}\n}\n+ public IEnumerable<ExchangeOrderResult> GetOrderDetailsInternalV1(IEnumerable<st...
C#
MIT License
jjxtra/exchangesharp
Fix for get orders on Bitfinex When getting all completed orders, each symbol must be retrieved separately, the API does not return historical orders beyond a few days even in v2 api.
329,148
30.12.2017 22:58:31
25,200
9fc0561b8eeea3aa37d0da137b2be0c7ea504686
Allow append order if OrderId is null
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/Model/ExchangeOrderResult.cs", "new_path": "ExchangeSharp/Model/ExchangeOrderResult.cs", "diff": "@@ -110,7 +110,7 @@ namespace ExchangeSharp\n/// <param name=\"other\">Order to append</param>\npublic void AppendOrderWithOrder(ExchangeOrderResult...
C#
MIT License
jjxtra/exchangesharp
Allow append order if OrderId is null
329,148
05.01.2018 10:00:38
25,200
af10a4874af05c90a043900eb7ee2fc49a89a2cc
Add timestamp to GetCompletedOrderDetails Also upgrade to .NET framework 4.5.2.
[ { "change_type": "MODIFY", "old_path": "App.config", "new_path": "App.config", "diff": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<configuration>\n<startup>\n- <supportedRuntime version=\"v4.0\" sku=\".NETFramework,Version=v4.5\"/>\n+ <supportedRuntime version=\"v4.0\" sku=\".NETFramework,Version=...
C#
MIT License
jjxtra/exchangesharp
Add timestamp to GetCompletedOrderDetails Also upgrade to .NET framework 4.5.2.
329,148
05.01.2018 12:10:43
25,200
a2826f81c474d5db685f87f04294a240a5cb747b
Ensure case insensitive dictionaries In case user passes in wrong case for symbol, ensure lookup dictionaries allow either upper or lower case
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/BaseAPI.cs", "new_path": "ExchangeSharp/API/BaseAPI.cs", "diff": "@@ -98,7 +98,7 @@ namespace ExchangeSharp\n/// </summary>\npublic System.Net.Cache.RequestCachePolicy CachePolicy { get; set; } = new System.Net.Cache.RequestCachePolicy(System...
C#
MIT License
jjxtra/exchangesharp
Ensure case insensitive dictionaries In case user passes in wrong case for symbol, ensure lookup dictionaries allow either upper or lower case
329,148
05.01.2018 15:33:38
25,200
5773aab84c4022bdbfe6d9373e10860714825d75
Add order book helpers to buy and sell
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/Model/ExchangeOrderBook.cs", "new_path": "ExchangeSharp/Model/ExchangeOrderBook.cs", "diff": "@@ -125,5 +125,49 @@ namespace ExchangeSharp\nBids.Add(new ExchangeOrderPrice(reader));\n}\n}\n+\n+ /// <summary>\n+ /// Get the price necessary to buy ...
C#
MIT License
jjxtra/exchangesharp
Add order book helpers to buy and sell
329,118
07.01.2018 15:55:28
21,600
889317a15e44bc5acc49bedbe52ca416fc9fae0a
Consolidated all the console app code into the console project and removed unnecessary using statements.
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/ExchangeSharp.csproj", "new_path": "ExchangeSharp/ExchangeSharp.csproj", "diff": "<Compile Include=\"Model\\ExchangeOrderResult.cs\" />\n<Compile Include=\"Model\\MarketCandle.cs\" />\n<Compile Include=\"Model\\MarketSummary.cs\" />\n- <Compile I...
C#
MIT License
jjxtra/exchangesharp
Consolidated all the console app code into the console project and removed unnecessary using statements.
329,148
08.01.2018 13:59:26
25,200
352cbf9490f0a0979b9197cb8e36d195fc48b78f
Ensure Bittrex candles is a JArray
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Exchanges/ExchangeBittrexAPI.cs", "new_path": "ExchangeSharp/API/Exchanges/ExchangeBittrexAPI.cs", "diff": "@@ -251,8 +251,7 @@ namespace ExchangeSharp\nstring baseUrl = \"/public/getmarkethistory?market=\" + symbol;\nJObject obj = MakeJsonRe...
C#
MIT License
jjxtra/exchangesharp
Ensure Bittrex candles is a JArray
329,148
08.01.2018 15:15:25
25,200
8b6dc492a38541c1f67841321f060c3567b45f80
Use seconds timestamp for Bitfinex orders
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Exchanges/ExchangeBitfinexAPI.cs", "new_path": "ExchangeSharp/API/Exchanges/ExchangeBitfinexAPI.cs", "diff": "@@ -391,7 +391,8 @@ namespace ExchangeSharp\npayload[\"limit_trades\"] = 250;\nif (afterDate != null)\n{\n- payload[\"timestamp\"] =...
C#
MIT License
jjxtra/exchangesharp
Use seconds timestamp for Bitfinex orders
329,148
09.01.2018 09:46:57
25,200
19c5d95c0bda816f62006723f09311341496fec0
Increase rcvWindow to 1 minute default on Binance
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Exchanges/ExchangeBinanceAPI.cs", "new_path": "ExchangeSharp/API/Exchanges/ExchangeBinanceAPI.cs", "diff": "@@ -32,6 +32,11 @@ namespace ExchangeSharp\npublic string BaseUrlPrivate { get; set; } = \"https://www.binance.com/api/v3\";\npublic o...
C#
MIT License
jjxtra/exchangesharp
Increase rcvWindow to 1 minute default on Binance
329,148
16.01.2018 16:59:23
25,200
f42271b6bb71ca8eb8ba0a4d33882e02f16391df
Inline out param
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Exchanges/ExchangeBitfinexAPI.cs", "new_path": "ExchangeSharp/API/Exchanges/ExchangeBitfinexAPI.cs", "diff": "@@ -65,9 +65,8 @@ namespace ExchangeSharp\n{\nif (symbol == null || (string)token[1] == \"t\" + symbol.ToUpperInvariant())\n{\n- Lis...
C#
MIT License
jjxtra/exchangesharp
Inline out param
329,148
17.01.2018 09:44:15
25,200
63f03923924e8d7e4e35134ed57167c8d2447a5f
Throw if no API found
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Exchanges/ExchangeAPI.cs", "new_path": "ExchangeSharp/API/Exchanges/ExchangeAPI.cs", "diff": "@@ -52,6 +52,10 @@ namespace ExchangeSharp\npublic static IExchangeAPI GetExchangeAPI(string exchangeName)\n{\nGetExchangeAPIDictionary().TryGetValu...
C#
MIT License
jjxtra/exchangesharp
Throw if no API found
329,148
17.01.2018 10:03:29
25,200
6991a7c736d2c8e0e3f55b03eabf8865517b828a
Refactor plot form Preparing to dual target .net and .net standard, so wrapping plot form with #if
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/ExchangeSharp.csproj", "new_path": "ExchangeSharp/ExchangeSharp.csproj", "diff": "<DebugType>full</DebugType>\n<Optimize>false</Optimize>\n<OutputPath>bin\\Debug\\</OutputPath>\n- <DefineConstants>DEBUG;TRACE</DefineConstants>\n+ <DefineConstants...
C#
MIT License
jjxtra/exchangesharp
Refactor plot form Preparing to dual target .net and .net standard, so wrapping plot form with #if
329,148
17.01.2018 10:34:18
25,200
07fc0c11f8d0c147afd4157f5c99d6f1eb6c6a47
Dual target .net standard and .net 4.7 Got a pull request for .NET standard support, so I tweaked things a little from it and this is the commit for the pull request
[ { "change_type": "MODIFY", "old_path": "App.config", "new_path": "App.config", "diff": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<configuration>\n<startup>\n- <supportedRuntime version=\"v4.0\" sku=\".NETFramework,Version=v4.5.2\"/>\n+ <supportedRuntime version=\"v4.0\" sku=\".NETFramework,Versio...
C#
MIT License
jjxtra/exchangesharp
Dual target .net standard and .net 4.7 Got a pull request for .NET standard support, so I tweaked things a little from it and this is the commit for the pull request
329,148
17.01.2018 10:37:07
25,200
16652df08607346642f6755ccf23298dec2ef9c5
Move console files to subfolder to cleanup root
[ { "change_type": "RENAME", "old_path": "ExchangeSharpConsole.cs", "new_path": "Console/ExchangeSharpConsole.cs", "diff": "" }, { "change_type": "RENAME", "old_path": "ExchangeSharpConsole_Convert.cs", "new_path": "Console/ExchangeSharpConsole_Convert.cs", "diff": "" }, { ...
C#
MIT License
jjxtra/exchangesharp
Move console files to subfolder to cleanup root
329,148
17.01.2018 10:37:53
25,200
0d609b7728460c04ca6370319df4784e52fded4d
Denote runtime requirements
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "ExchangeSharp is a C# console app and framework for trading and communicating with various exchange API end points for stocks or cryptocurrency assets.\n-Visual Studio 2017 is required.\n+Visual Studio 2017 is requ...
C#
MIT License
jjxtra/exchangesharp
Denote runtime requirements
329,148
17.01.2018 10:50:56
25,200
042e35b8c330e0a1294072584c4d215ed08c4997
Fix gdax api historical trades
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Exchanges/ExchangeGdaxAPI.cs", "new_path": "ExchangeSharp/API/Exchanges/ExchangeGdaxAPI.cs", "diff": "@@ -184,7 +184,7 @@ namespace ExchangeSharp\npublic override IEnumerable<ExchangeTrade> GetHistoricalTrades(string symbol, DateTime? sinceDa...
C#
MIT License
jjxtra/exchangesharp
Fix gdax api historical trades
329,148
17.01.2018 11:02:59
25,200
2775b831daa4ba493767666cdabd72b46ffcfdba
Update nuget stuff
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/ExchangeSharp.csproj", "new_path": "ExchangeSharp/ExchangeSharp.csproj", "diff": "<PropertyGroup>\n<TargetFrameworks>netstandard2.0;net47</TargetFrameworks>\n+ <VersionPrefix>0.1.8.9</VersionPrefix>\n+ <VersionSuffix></VersionSuffix>\n</PropertyG...
C#
MIT License
jjxtra/exchangesharp
Update nuget stuff
329,148
17.01.2018 11:32:29
25,200
8dea7d0395be94108078d01249a489388b239c7d
Fully fix nuget
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/ExchangeSharp.csproj", "new_path": "ExchangeSharp/ExchangeSharp.csproj", "diff": "<PropertyGroup>\n<TargetFrameworks>netstandard2.0;net47</TargetFrameworks>\n- <VersionPrefix>0.1.8.9</VersionPrefix>\n- <VersionSuffix></VersionSuffix>\n+ <PackageI...
C#
MIT License
jjxtra/exchangesharp
Fully fix nuget
329,148
18.01.2018 09:19:17
25,200
b568b186ab2809cb57ff7ea984206b72a8dc05b2
Ensure place order uses invariant format for numbers
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Exchanges/ExchangeBitfinexAPI.cs", "new_path": "ExchangeSharp/API/Exchanges/ExchangeBitfinexAPI.cs", "diff": "@@ -305,7 +305,7 @@ namespace ExchangeSharp\nDictionary<string, object> payload = GetNoncePayload();\npayload[\"symbol\"] = symbol;\...
C#
MIT License
jjxtra/exchangesharp
Ensure place order uses invariant format for numbers
329,148
19.01.2018 12:11:08
25,200
9f84f3c01802ed7a424176e9fa55dbb7b62535d0
Add comment about Bitfinex API limitation
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Exchanges/ExchangeBitfinexAPI.cs", "new_path": "ExchangeSharp/API/Exchanges/ExchangeBitfinexAPI.cs", "diff": "@@ -339,6 +339,8 @@ namespace ExchangeSharp\n{\nif (string.IsNullOrWhiteSpace(symbol))\n{\n+ // HACK: Bitfinex does not provide a wa...
C#
MIT License
jjxtra/exchangesharp
Add comment about Bitfinex API limitation
329,148
21.01.2018 19:27:46
25,200
47516ed455a31b3847d23d2e60319d742d42d03c
Don't try to get details for Bittrex Bittrex often fails to get details right after order, so just return a pending order place holder.
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Exchanges/ExchangeBittrexAPI.cs", "new_path": "ExchangeSharp/API/Exchanges/ExchangeBittrexAPI.cs", "diff": "@@ -369,7 +369,7 @@ namespace ExchangeSharp\nJObject obj = MakeJsonRequest<JObject>(url, null, GetNoncePayload());\nJToken result = Ch...
C#
MIT License
jjxtra/exchangesharp
Don't try to get details for Bittrex Bittrex often fails to get details right after order, so just return a pending order place holder.
329,148
24.01.2018 11:04:08
25,200
3e9371f9e74829866c15567f808092c96a31e43f
Fixes, workarounds and hacks for poor Binance API Binance API has some issues, I've tried to work around them.
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/BaseAPI.cs", "new_path": "ExchangeSharp/API/BaseAPI.cs", "diff": "@@ -271,7 +271,7 @@ namespace ExchangeSharp\nStringBuilder form = new StringBuilder();\nforeach (KeyValuePair<string, object> keyValue in payload)\n{\n- if (includeNonce || key...
C#
MIT License
jjxtra/exchangesharp
Fixes, workarounds and hacks for poor Binance API Binance API has some issues, I've tried to work around them.
329,148
24.01.2018 11:09:30
25,200
322f1344a282314d1214be3bbcca947fbdc9bfea
Increase Binance rcvWindow
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Exchanges/ExchangeBinanceAPI.cs", "new_path": "ExchangeSharp/API/Exchanges/ExchangeBinanceAPI.cs", "diff": "@@ -43,7 +43,7 @@ namespace ExchangeSharp\n/// <summary>\n/// Request is valid as long as it is processed within this amount of millis...
C#
MIT License
jjxtra/exchangesharp
Increase Binance rcvWindow
329,148
24.01.2018 11:14:33
25,200
53f302fba3afadb21c233f8b872c22554ec5b32c
More binance hacks
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Exchanges/ExchangeBinanceAPI.cs", "new_path": "ExchangeSharp/API/Exchanges/ExchangeBinanceAPI.cs", "diff": "@@ -32,14 +32,6 @@ namespace ExchangeSharp\npublic string BaseUrlPrivate { get; set; } = \"https://www.binance.com/api/v3\";\npublic o...
C#
MIT License
jjxtra/exchangesharp
More binance hacks
329,148
24.01.2018 11:41:52
25,200
35a97207d2d64eca0516502910fe445a6820ae85
Add additional helper exceptions for Binance
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/BaseAPI.cs", "new_path": "ExchangeSharp/API/BaseAPI.cs", "diff": "@@ -35,6 +35,13 @@ namespace ExchangeSharp\n/// </summary>\n/// <param name=\"message\">Message</param>\npublic APIException(string message) : base(message) { }\n+\n+ /// <summ...
C#
MIT License
jjxtra/exchangesharp
Add additional helper exceptions for Binance
329,148
24.01.2018 12:16:19
25,200
63276b387fb9022cd00abe5b6fea69d88abbd58e
Fix order call bug in Binance with no symbol
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Exchanges/ExchangeBinanceAPI.cs", "new_path": "ExchangeSharp/API/Exchanges/ExchangeBinanceAPI.cs", "diff": "@@ -317,9 +317,9 @@ namespace ExchangeSharp\nstring url = \"/klines?symbol=\" + symbol;\nif (startDate != null)\n{\n- url += \"&startT...
C#
MIT License
jjxtra/exchangesharp
Fix order call bug in Binance with no symbol
329,148
24.01.2018 15:49:25
25,200
cbe2d7beeedb694aeca23a929c34cf66af798400
Refactor binance order details calls
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Exchanges/ExchangeBinanceAPI.cs", "new_path": "ExchangeSharp/API/Exchanges/ExchangeBinanceAPI.cs", "diff": "@@ -402,9 +402,7 @@ namespace ExchangeSharp\nreturn ParseOrder(token);\n}\n- public override IEnumerable<ExchangeOrderResult> GetOpenO...
C#
MIT License
jjxtra/exchangesharp
Refactor binance order details calls
329,148
24.01.2018 16:57:41
25,200
cef37f9688044bf74327914f5c4ace6179e85457
Refactor nonce code, make it a standard interface method
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/BaseAPI.cs", "new_path": "ExchangeSharp/API/BaseAPI.cs", "diff": "@@ -44,6 +44,27 @@ namespace ExchangeSharp\npublic APIException(string message, Exception innerException) : base(message, innerException) { }\n}\n+ /// <summary>\n+ /// Type of...
C#
MIT License
jjxtra/exchangesharp
Refactor nonce code, make it a standard interface method
329,148
24.01.2018 17:13:36
25,200
577e19057e00b67edc6a9a5b3e502ec10cac926e
More nonce styles
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/BaseAPI.cs", "new_path": "ExchangeSharp/API/BaseAPI.cs", "diff": "@@ -54,15 +54,30 @@ namespace ExchangeSharp\n/// </summary>\nTicks,\n+ /// <summary>\n+ /// Ticks (string)\n+ /// </summary>\n+ TicksString,\n+\n/// <summary>\n/// Milliseconds...
C#
MIT License
jjxtra/exchangesharp
More nonce styles
329,148
24.01.2018 17:44:42
25,200
c7ddce8a2fc16c43b69346af186645c77fe22e59
Remove parallel foreach on Binance Binance API goes haywire if too many concurrent requests
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Exchanges/ExchangeBinanceAPI.cs", "new_path": "ExchangeSharp/API/Exchanges/ExchangeBinanceAPI.cs", "diff": "@@ -389,30 +389,9 @@ namespace ExchangeSharp\n{\n// TODO: This is a HACK, Binance API needs to add a single API call to get all orders...
C#
MIT License
jjxtra/exchangesharp
Remove parallel foreach on Binance Binance API goes haywire if too many concurrent requests
329,148
24.01.2018 22:27:31
25,200
5f78b059c5c09c7745395dfea7b7e35f55184397
Sensible rounding based on integer amount for orders
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Exchanges/ExchangeAPI.cs", "new_path": "ExchangeSharp/API/Exchanges/ExchangeAPI.cs", "diff": "@@ -44,6 +44,34 @@ namespace ExchangeSharp\n}\n}\n+ /// <summary>\n+ /// Round an amount appropriate to its quantity\n+ /// </summary>\n+ /// <param...
C#
MIT License
jjxtra/exchangesharp
Sensible rounding based on integer amount for orders
329,148
24.01.2018 23:12:18
25,200
22d26186b287a01a3bb7b463f2fbbcaf1fd9ad7a
Add task delay instead of thread sleep
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Exchanges/ExchangeBinanceAPI.cs", "new_path": "ExchangeSharp/API/Exchanges/ExchangeBinanceAPI.cs", "diff": "@@ -279,7 +279,7 @@ namespace ExchangeSharp\n{\nbreak;\n}\n- System.Threading.Thread.Sleep(1000);\n+ Task.Delay(1000).Wait();\n}\n}\n"...
C#
MIT License
jjxtra/exchangesharp
Add task delay instead of thread sleep
329,148
24.01.2018 23:14:34
25,200
bc4639c5c7850504ceca5ed0efcb00eba168b2dc
Binance - ensure 0 amounts are not returned
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Exchanges/ExchangeBinanceAPI.cs", "new_path": "ExchangeSharp/API/Exchanges/ExchangeBinanceAPI.cs", "diff": "@@ -338,7 +338,11 @@ namespace ExchangeSharp\nDictionary<string, decimal> balances = new Dictionary<string, decimal>(StringComparer.Or...
C#
MIT License
jjxtra/exchangesharp
Binance - ensure 0 amounts are not returned
329,148
25.01.2018 18:50:55
25,200
90f6dfb645885fb629738bfeec044f9266d1d9a7
Yet another Binance nonce fix Also deduce Bitfinex frequency as they continue to lower the amount of requests per minute allowed.
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/BaseAPI.cs", "new_path": "ExchangeSharp/API/BaseAPI.cs", "diff": "@@ -146,6 +146,11 @@ namespace ExchangeSharp\n/// </summary>\npublic NonceStyle NonceStyle { get; protected set; } = NonceStyle.Ticks;\n+ /// <summary>\n+ /// Offset for nonce ...
C#
MIT License
jjxtra/exchangesharp
Yet another Binance nonce fix Also deduce Bitfinex frequency as they continue to lower the amount of requests per minute allowed.
329,148
25.01.2018 18:59:03
25,200
7ecd5427818d98644ffb4121a8167ceb9bc6e3f1
Fix Poloniex API for getting open orders
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Exchanges/ExchangePoloniexAPI.cs", "new_path": "ExchangeSharp/API/Exchanges/ExchangePoloniexAPI.cs", "diff": "@@ -375,9 +375,22 @@ namespace ExchangeSharp\nsymbol = \"all\";\n}\nJToken result;\n- result = MakePrivateAPIRequest(\"getOpenOrders...
C#
MIT License
jjxtra/exchangesharp
Fix Poloniex API for getting open orders
329,148
25.01.2018 20:37:15
25,200
a89dfdeaaa46e032e762a5684c945cb9cc977d83
Reduce Bitfinex to the minimum rate Bitfinex is really having issues returning a lot of rate limiting errors...
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Exchanges/ExchangeBitfinexAPI.cs", "new_path": "ExchangeSharp/API/Exchanges/ExchangeBitfinexAPI.cs", "diff": "@@ -34,7 +34,7 @@ namespace ExchangeSharp\npublic ExchangeBitfinexAPI()\n{\nNonceStyle = NonceStyle.UnixMillisecondsString;\n- RateL...
C#
MIT License
jjxtra/exchangesharp
Reduce Bitfinex to the minimum rate Bitfinex is really having issues returning a lot of rate limiting errors...
329,148
25.01.2018 20:45:14
25,200
6bc3633e860a95284d843903ad0c80cbbc749c7a
Switch rate limit to use DateTime instead of TickCount
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/RateGate.cs", "new_path": "ExchangeSharp/RateGate.cs", "diff": "@@ -29,7 +29,7 @@ namespace ExchangeSharp\nprivate readonly SemaphoreSlim semaphore;\n// Times (in millisecond ticks) at which the semaphore should be exited.\n- private readonly Con...
C#
MIT License
jjxtra/exchangesharp
Switch rate limit to use DateTime instead of TickCount
329,148
25.01.2018 20:50:27
25,200
f739bc9127ef50e58e739666f9eb6be87ca7b6ea
Switch TimeUnit to TimeSpan
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/RateGate.cs", "new_path": "ExchangeSharp/RateGate.cs", "diff": "@@ -37,7 +37,10 @@ namespace ExchangeSharp\n// Whether this instance is disposed.\nprivate bool isDisposed;\n- // Callback for the exit timer that exits the semaphore based on exit t...
C#
MIT License
jjxtra/exchangesharp
Switch TimeUnit to TimeSpan
329,148
27.01.2018 11:14:32
25,200
004b46bcb1dc679c4a1a26f326cc880173aa3315
Initial web socket support Starting with Binance tickers to get feedback on improvements
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/BaseAPI.cs", "new_path": "ExchangeSharp/API/BaseAPI.cs", "diff": "@@ -16,8 +16,10 @@ using System.Globalization;\nusing System.IO;\nusing System.Linq;\nusing System.Net;\n+using System.Net.WebSockets;\nusing System.Security;\nusing System.Tex...
C#
MIT License
jjxtra/exchangesharp
Initial web socket support Starting with Binance tickers to get feedback on improvements
329,148
27.01.2018 14:20:48
25,200
ae4cc14b98a0a4c436356d2b7ef110bcc222a2f0
Improve web socket API, add web socket tickers to Bitfinex
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/BaseAPI.cs", "new_path": "ExchangeSharp/API/BaseAPI.cs", "diff": "@@ -87,6 +87,11 @@ namespace ExchangeSharp\n/// </summary>\npublic abstract class BaseAPI\n{\n+ /// <summary>\n+ /// User agent for requests\n+ /// </summary>\n+ public const s...
C#
MIT License
jjxtra/exchangesharp
Improve web socket API, add web socket tickers to Bitfinex
329,148
28.01.2018 09:28:51
25,200
9e58c65a92aeaa3dd4fb5cc01114de5e72386dd8
Ensure all security transport layers are accepted
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/BaseAPI.cs", "new_path": "ExchangeSharp/API/BaseAPI.cs", "diff": "@@ -167,20 +167,12 @@ namespace ExchangeSharp\nprivate decimal lastNonce;\n- protected Dictionary<string, object> GetNoncePayload(string key = \"nonce\")\n- {\n- lock (this)\n-...
C#
MIT License
jjxtra/exchangesharp
Ensure all security transport layers are accepted
329,148
28.01.2018 09:54:04
25,200
554ef8beebef7d1bebaa45e600275fd103ae53ab
Change order method to a class Making the order a request object instead of parameters will make easier transitions to different order types and more parameters, sub-classes for exchange specific logic, etc., etc.
[ { "change_type": "MODIFY", "old_path": "Console/ExchangeSharpConsole_Example.cs", "new_path": "Console/ExchangeSharpConsole_Example.cs", "diff": "@@ -28,7 +28,13 @@ namespace ExchangeSharpConsoleApp\napi.LoadAPIKeys(\"keys.bin\");\n/// place limit order for 0.01 bitcoin at ticker.Ask USD\n- Exchange...
C#
MIT License
jjxtra/exchangesharp
Change order method to a class Making the order a request object instead of parameters will make easier transitions to different order types and more parameters, sub-classes for exchange specific logic, etc., etc.
329,148
28.01.2018 10:19:05
25,200
f5bfaf6c5941c1c3cd87ac39347ad8a2353633a3
Fix Poloniex open order request
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Exchanges/ExchangePoloniexAPI.cs", "new_path": "ExchangeSharp/API/Exchanges/ExchangePoloniexAPI.cs", "diff": "@@ -71,6 +71,7 @@ namespace ExchangeSharp\nprivate ExchangeOrderResult ParseOrder(JToken result)\n{\n//result = JToken.Parse(\"{\\\"...
C#
MIT License
jjxtra/exchangesharp
Fix Poloniex open order request
329,148
29.01.2018 15:34:42
25,200
e7fddf48fbb8044d331ddc4482d867333436d22f
Fix bug in rate limit, add order web socket to Bitfinex
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/BaseAPI.cs", "new_path": "ExchangeSharp/API/BaseAPI.cs", "diff": "@@ -358,7 +358,7 @@ namespace ExchangeSharp\n/// </summary>\n/// <param name=\"url\">The sub url for the web socket, or null for none</param>\n/// <param name=\"messageCallback...
C#
MIT License
jjxtra/exchangesharp
Fix bug in rate limit, add order web socket to Bitfinex
329,148
29.01.2018 20:51:25
25,200
11baeb6625d707ad20c063f2d2a6a5b45ef6edba
Web socket refactoring, Poloniex web socket tickers
[ { "change_type": "MODIFY", "old_path": "Console/ExchangeSharpConsole.cs", "new_path": "Console/ExchangeSharpConsole.cs", "diff": "@@ -82,6 +82,10 @@ namespace ExchangeSharpConsoleApp\n{\nRunExample(dict);\n}\n+ else if (dict.ContainsKey(\"example-websocket\"))\n+ {\n+ RunExampleWebSocket();\n+ }\nel...
C#
MIT License
jjxtra/exchangesharp
Web socket refactoring, Poloniex web socket tickers
329,148
30.01.2018 12:55:07
25,200
cf47cc347ca092c99532d7b46a13334d616d8731
Fix for Bittrex null values
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Exchanges/ExchangeBittrexAPI.cs", "new_path": "ExchangeSharp/API/Exchanges/ExchangeBittrexAPI.cs", "diff": "@@ -147,16 +147,16 @@ namespace ExchangeSharp\nsymbol = (string)ticker[\"MarketName\"];\nExchangeTicker tickerObj = new ExchangeTicker...
C#
MIT License
jjxtra/exchangesharp
Fix for Bittrex null values
329,148
31.01.2018 07:13:28
25,200
615327c4f38b090a4b26beccb1792eb0bb90b08c
Start bittrex web socket ticker
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Exchanges/ExchangeBinanceAPI.cs", "new_path": "ExchangeSharp/API/Exchanges/ExchangeBinanceAPI.cs", "diff": "@@ -45,7 +45,7 @@ namespace ExchangeSharp\npublic ExchangeBinanceAPI()\n{\n// give binance plenty of room to accept requests\n- Reques...
C#
MIT License
jjxtra/exchangesharp
Start bittrex web socket ticker
329,148
31.01.2018 08:18:08
25,200
bfa92ba6fd84f1f12e87a04a91c2725e2ad9e158
Increase Binance default recvWindow to account for API bugs
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Exchanges/ExchangeBinanceAPI.cs", "new_path": "ExchangeSharp/API/Exchanges/ExchangeBinanceAPI.cs", "diff": "@@ -45,7 +45,7 @@ namespace ExchangeSharp\npublic ExchangeBinanceAPI()\n{\n// give binance plenty of room to accept requests\n- Reques...
C#
MIT License
jjxtra/exchangesharp
Increase Binance default recvWindow to account for API bugs
329,148
02.02.2018 15:14:48
25,200
e7d50e97375f56bea1ef4ed158dcfa6c21ffc5fa
Fix for gdax tickers for certain culture info and locales
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Exchanges/ExchangeGdaxAPI.cs", "new_path": "ExchangeSharp/API/Exchanges/ExchangeGdaxAPI.cs", "diff": "@@ -163,13 +163,13 @@ namespace ExchangeSharp\npublic override ExchangeTicker GetTicker(string symbol)\n{\nDictionary<string, string> ticker...
C#
MIT License
jjxtra/exchangesharp
Fix for gdax tickers for certain culture info and locales
329,148
02.02.2018 17:34:45
25,200
4ae973b2b142b03f7d10074c4bfe85f9ebd71cf7
Add unit tests for rate gate, will fix soon
[ { "change_type": "MODIFY", "old_path": "Console/ExchangeSharpConsole_Tests.cs", "new_path": "Console/ExchangeSharpConsole_Tests.cs", "diff": "@@ -12,7 +12,9 @@ THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI\nusing System;\nusing System.Collections.Generic;\n+using...
C#
MIT License
jjxtra/exchangesharp
Add unit tests for rate gate, will fix soon
329,148
02.02.2018 22:17:25
25,200
80a52fff5189711b45cce7f8de90c4172130b4d2
Fix rate gate timings Rate gate timings using Stopwatch.GetTimestamp were not accurate. This has been fixed using an instance of a Stopwatch with a lock.
[ { "change_type": "MODIFY", "old_path": "Console/ExchangeSharpConsole_Tests.cs", "new_path": "Console/ExchangeSharpConsole_Tests.cs", "diff": "@@ -48,21 +48,36 @@ namespace ExchangeSharpConsoleApp\nprivate static void TestRateGate()\n{\n- RateGate gate = new RateGate(1, TimeSpan.FromMilliseconds(50))...
C#
MIT License
jjxtra/exchangesharp
Fix rate gate timings Rate gate timings using Stopwatch.GetTimestamp were not accurate. This has been fixed using an instance of a Stopwatch with a lock.
329,148
02.02.2018 22:29:39
25,200
6d343e0ef9675d1f864c922094eb84f8712cb79f
Add load unsecure api keys for ease of testing
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/BaseAPI.cs", "new_path": "ExchangeSharp/API/BaseAPI.cs", "diff": "@@ -239,12 +239,12 @@ namespace ExchangeSharp\n/// Load API keys from an encrypted file - keys will stay encrypted in memory\n/// </summary>\n/// <param name=\"encryptedFile\">...
C#
MIT License
jjxtra/exchangesharp
Add load unsecure api keys for ease of testing
329,148
07.02.2018 13:42:32
25,200
7cf607fb806372f656787a967ecc056a7b9a030b
Return IDisposable for web socket methods
[ { "change_type": "MODIFY", "old_path": "Console/ExchangeSharpConsole_Example.cs", "new_path": "Console/ExchangeSharpConsole_Example.cs", "diff": "@@ -51,7 +51,7 @@ namespace ExchangeSharpConsoleApp\npublic static void RunExampleWebSocket()\n{\nvar api = new ExchangePoloniexAPI();\n- api.GetTickersWe...
C#
MIT License
jjxtra/exchangesharp
Return IDisposable for web socket methods
329,148
07.02.2018 16:34:55
25,200
30e4a5b71ae2514f3392cd96802ae5583410140c
Add basic Okex API
[ { "change_type": "MODIFY", "old_path": "Console/ExchangeSharpConsole_Tests.cs", "new_path": "Console/ExchangeSharpConsole_Tests.cs", "diff": "@@ -39,7 +39,7 @@ namespace ExchangeSharpConsoleApp\n{\nreturn api.NormalizeSymbol(\"BTC-LTC\");\n}\n- else if (api is ExchangeBinanceAPI)\n+ else if (api is ...
C#
MIT License
jjxtra/exchangesharp
Add basic Okex API
329,148
07.02.2018 17:14:14
25,200
43c0c73096fe11f47ae4b343bb03f00ef72f3ba9
Formatting changes, return concrete type for non-interface call
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Exchanges/ExchangeBittrexAPI.cs", "new_path": "ExchangeSharp/API/Exchanges/ExchangeBittrexAPI.cs", "diff": "@@ -211,7 +211,7 @@ namespace ExchangeSharp\n/// Note that this socketclient handles all subscriptions.\n/// To unsubscribe a single s...
C#
MIT License
jjxtra/exchangesharp
Formatting changes, return concrete type for non-interface call
329,148
07.02.2018 20:33:49
25,200
4cef55e6f88911f9ea6e070ca846325393052584
Streamline web socket examples
[ { "change_type": "MODIFY", "old_path": "Console/ExchangeSharpConsole.cs", "new_path": "Console/ExchangeSharpConsole.cs", "diff": "@@ -82,14 +82,14 @@ namespace ExchangeSharpConsoleApp\n{\nRunExample(dict);\n}\n- else if (dict.ContainsKey(\"example-websocket\"))\n- {\n- RunExampleWebSocket();\n- }\ne...
C#
MIT License
jjxtra/exchangesharp
Streamline web socket examples
329,148
07.02.2018 20:46:55
25,200
7ea76104a280116c6aff085c38f53c34c5356260
Update nuget and add badges
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/ExchangeSharp.csproj", "new_path": "ExchangeSharp/ExchangeSharp.csproj", "diff": "<TargetFrameworks>netstandard2.0;net47</TargetFrameworks>\n<PackageId>DigitalRuby.ExchangeSharp</PackageId>\n<Title>Exchange Sharp - C# API for cryptocurrency, stoc...
C#
MIT License
jjxtra/exchangesharp
Update nuget and add badges
329,148
08.02.2018 16:26:39
25,200
e117d580b5050bc8dc8813f1fb7dea086f8be7d2
Add catch for security protocol failure
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/BaseAPI.cs", "new_path": "ExchangeSharp/API/BaseAPI.cs", "diff": "@@ -171,9 +171,16 @@ namespace ExchangeSharp\n/// Static constructor\n/// </summary>\nstatic BaseAPI()\n+ {\n+ try\n{\nServicePointManager.SecurityProtocol = SecurityProtocolTy...
C#
MIT License
jjxtra/exchangesharp
Add catch for security protocol failure
329,148
08.02.2018 20:44:23
25,200
4eef65fb6037ffe9b1655c4f7645f8ac78a0fddc
Add explicit generic for ConvertInvariant
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Exchanges/ExchangeBittrexAPI.cs", "new_path": "ExchangeSharp/API/Exchanges/ExchangeBittrexAPI.cs", "diff": "@@ -184,16 +184,6 @@ namespace ExchangeSharp\nreturn tickerList;\n}\n- /// <summary>\n- /// Attach Bittrex AllMarketDeltaStream websoc...
C#
MIT License
jjxtra/exchangesharp
Add explicit generic for ConvertInvariant
329,148
08.02.2018 21:07:22
25,200
1d743a897de6422edfc4b72ea64c7d18a108150c
Set all timeout properties
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/BaseAPI.cs", "new_path": "ExchangeSharp/API/BaseAPI.cs", "diff": "@@ -303,7 +303,7 @@ namespace ExchangeSharp\nrequest.ContentType = RequestContentType;\nrequest.UserAgent = RequestUserAgent;\nrequest.CachePolicy = CachePolicy;\n- request.Tim...
C#
MIT License
jjxtra/exchangesharp
Set all timeout properties
329,148
09.02.2018 15:09:01
25,200
1392db143f760c56a59e85f35fcdbe626aaac031
Remove redundant line of code
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/API/Exchanges/ExchangeBittrexAPI.cs", "new_path": "ExchangeSharp/API/Exchanges/ExchangeBittrexAPI.cs", "diff": "@@ -96,7 +96,6 @@ namespace ExchangeSharp\n// payload is ignored, except for the nonce which is added to the url query - bittrex puts ...
C#
MIT License
jjxtra/exchangesharp
Remove redundant line of code
329,148
09.02.2018 19:36:48
25,200
bba8a29950d46b983339a178924fb3cb8d428f97
Handle null JValue in ConvertInvariant
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/CryptoUtility.cs", "new_path": "ExchangeSharp/CryptoUtility.cs", "diff": "@@ -65,7 +65,7 @@ namespace ExchangeSharp\n/// <returns>Converted value or defaultValue if not found in token</returns>\npublic static T ConvertInvariant<T>(this object obj...
C#
MIT License
jjxtra/exchangesharp
Handle null JValue in ConvertInvariant
329,148
09.02.2018 20:09:07
25,200
b307a344cc2028b18ed968b1309a03dcc2ff7f5e
Fix for .net core in ConvertInvariant
[ { "change_type": "MODIFY", "old_path": "ExchangeSharp/CryptoUtility.cs", "new_path": "ExchangeSharp/CryptoUtility.cs", "diff": "@@ -65,11 +65,16 @@ namespace ExchangeSharp\n/// <returns>Converted value or defaultValue if not found in token</returns>\npublic static T ConvertInvariant<T>(this object o...
C#
MIT License
jjxtra/exchangesharp
Fix for .net core in ConvertInvariant