How to retrieve min trade quantity, lot size, commission, etc

Created at 10 May 2024, 15:08
GB

gbuella

Joined 10.05.2024

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.


@gbuella
Replies

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

gbuella
11 May 2024, 08:14 ( Updated at: 11 May 2024, 10:26 )

OK, thank you for the info.


@gbuella