Add `Pair.tick_size` to `kraken` schema

pre_multi_feedz
Tyler Goodlet 2022-11-07 09:17:04 -05:00
parent 8caea80133
commit 63c3d5ba74
1 changed files with 1 additions and 0 deletions

View File

@ -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):