How to retrieve min trade quantity, lot size, commission, etc
Created at 10 May 2024, 15:08
How to retrieve min trade quantity, lot size, commission, etc
10 May 2024, 15:08
Hi,
I'm building a simple client using the FIX API, I've just encountered this rejection message:
TRADING_BAD_VOLUME:Order volume 0.01 is smaller than group minVolume=1000.00
How to retrieve such information (e.g. minVolume) about each symbol?
Thanks.
PanagiotisCharalampous
11 May 2024, 07:26
Hi there,
Unfortunately this information is not available in FIX API. You can consider Open API instead.
Best regards,
Panagioti
@PanagiotisCharalampous