Hello,
I have to retrieve trading rules (min / max order size, etc) from the Nash api. I'm using listMarkets(), and I have some questions about the Market type returned by this function:
- What are
minTradeIncrementB and minTradeSizeB?
- There is no
maxTradeSize?
- How to know if a market allows market orders or not?
Thanks for your answers :)
Hello,
I have to retrieve trading rules (min / max order size, etc) from the Nash api. I'm using
listMarkets(), and I have some questions about theMarkettype returned by this function:minTradeIncrementBandminTradeSizeB?maxTradeSize?Thanks for your answers :)