Add `Pair.tick_size` to `kraken` schema
parent
40c70ae6d8
commit
72ec9b1e10
|
@ -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