mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-11 08:22:53 +00:00
Fixed warning
This commit is contained in:
@@ -178,6 +178,9 @@ namespace CryptoExchange.Net.SharedApis
|
||||
return result.ToArray();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Apply symbols request filter for asset type and trading mode
|
||||
/// </summary>
|
||||
public static T[] ApplySymbolFilter<T>(T[] symbols, GetSymbolsRequest request) where T : SharedSpotSymbol
|
||||
{
|
||||
IEnumerable<T> resultData = symbols;
|
||||
|
||||
Reference in New Issue
Block a user