How do I determine whether an instrument can be traded?
Created at 07 Sep 2019, 22:02
How do I determine whether an instrument can be traded?
07 Sep 2019, 22:02
I've checked cTraderFixApi_v2.16.pdf , there doesn't seem to be a message that shows whether an instrument is tradable (market order). Is there a way to get the instrument/market status? FIX API has SecurityTradingStatus and TradingSessionStatus etc, does cTrader support these?
PanagiotisCharalampous
09 Sep 2019, 11:12
Hi nafopavon,
We do not support these tags in FIX API. You can use Open API instead to retrieve this information.
Best Regards,
Panagiotis
@PanagiotisCharalampous