I'm reading the COM API about how to handle the connection to Thomsen Reuters Platform and found the following information about local model.
Since I only use some calculation functions of AdfinX and would like use it to avoid system outage. The question is how to use, test or "simulate" the case?
EEikonStatus
This enumeration indicates the status of the connection to Thomson Reuters Platform
Connected: EikonDesktopDataAPI library is connected to the Thomson Reuters Platform. Thomson Reuters Eikon APIs can be used.
Disconnected: This value indicates either EikonDesktopDataAPI library is not initialized yet or EikonDesktopDataAPI library has been disconnected.
Offline: the application has lost the connection to the Platform because of a network or Platform issue. Once the connection is restored the connection state switches back to connected status.
Local Mode: This status is specific to Customer Managed user accounts. The Local Mode status indicates that the connection to the Platform is lost but the connection to the local RMDS is still available and AdfinX real-time and AdfinX Analytics can still be used.
Thank you very much