OrderQty problem while trading indices

Created at 13 Jan 2025, 17:37
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
SC

scispow

Joined 24.02.2022

OrderQty problem while trading indices
13 Jan 2025, 17:37


Hi, according to FIX specification, 38(OrderQty) must be integer. This is not an issue with FX pairs since they traded in USD (0.5 lot = 50000 USD), how can we trade US500 with sub 1 contracts ?


@scispow
Replies

algobeginner
14 Jan 2025, 09:29

Number of shares ordered. This

represents the number of shares

for equities or based on normal

convention the number of

contracts for options, futures,

convertible bonds, etc. Maximum

precision is 0.01 (Prior to FIX 4.2

this field was of type int) - 

 

as far as I know all indices start from 0.10 and It’s also minimum value


 


@algobeginner