mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-11 16:32:57 +00:00
Fixed warning
This commit is contained in:
@@ -178,6 +178,9 @@ namespace CryptoExchange.Net.SharedApis
|
|||||||
return result.ToArray();
|
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
|
public static T[] ApplySymbolFilter<T>(T[] symbols, GetSymbolsRequest request) where T : SharedSpotSymbol
|
||||||
{
|
{
|
||||||
IEnumerable<T> resultData = symbols;
|
IEnumerable<T> resultData = symbols;
|
||||||
|
|||||||
Reference in New Issue
Block a user