Add `Pair.tick_size` to `kraken` schema
parent
8caea80133
commit
63c3d5ba74
|
@ -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):
|
||||||
|
|
Loading…
Reference in New Issue