I am using rfaconfig.xml to initialize Context using
Context.initialize();
Now, I would like to downloadDictionary from server if configured value is false. Is there any way to read that property using Context.
<entry key="connectionType" value="RSSL" />
<entry key="downloadDataDict" value="false" />
<entry key="downloadFullMarketFeedDataDict" value="false" />
Appreciate your help.