You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even if we thought it was a good idea to add separate fields for this, there's a high development overhead right now for adding fields due to all of the corresponding Python + Cython + Rust which would also need to be changed.
We'd consider adding this to the relevant crypto instruments once the Rust port is done, so lets leave this issue open for now.
In the mean time, you could access this information through the info field.
Currently,
Instrument
only hasmax_quantity
min_quantity
From the trading rules and symbol information of the exchanges, the restrictions for limit orders and market orders are different. For example:
maxOrderQty
maxMktOrderQty
LOT_SIZE
MARKET_LOT_SIZE
LOT_SIZE
MARKET_LOT_SIZE
Therefore, should it be adjusted to the fields like?
Instrument.max_quantity_limit
Instrument.min_quantity_limit
Instrument.max_quantity_market
Instrument.min_quantity_market
The text was updated successfully, but these errors were encountered: