Add `Pair.tick_size` to `kraken` schema

kraken_pair_updates
Tyler Goodlet 2022-11-07 09:17:04 -05:00
parent 40c70ae6d8
commit 72ec9b1e10
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_call: str # margin call level
margin_stop: str # stop-out/liquidation margin level margin_stop: str # stop-out/liquidation margin level
ordermin: float # minimum order volume for pair ordermin: float # minimum order volume for pair
tick_size: float # min price step size
class OHLC(Struct): class OHLC(Struct):