Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonabreul committed Feb 26, 2024
1 parent 470c1e9 commit d0c7db4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ private bool CanSubscribe(Symbol symbol)
{
return !symbol.Value.Contains("UNIVERSE") &&
symbol.SecurityType == SecurityType.Crypto &&
symbol.ID.Market != Market.Kraken &&
symbol.ID.Market == Market.Kraken &&
_symbolMapper.IsKnownLeanSymbol(symbol);
}

Expand Down

0 comments on commit d0c7db4

Please sign in to comment.