diff --git a/piker/brokers/kraken/feed.py b/piker/brokers/kraken/feed.py index b0bf9821..992c5e04 100644 --- a/piker/brokers/kraken/feed.py +++ b/piker/brokers/kraken/feed.py @@ -85,6 +85,7 @@ class Pair(Struct): margin_call: str # margin call level margin_stop: str # stop-out/liquidation margin level ordermin: float # minimum order volume for pair + tick_size: float # min price step size class OHLC(Struct):