Hi,
I use Delphi 7 to call the eSignal Desktop API under XP SP3.
eSignal version: 10.5.1678.1175
After the following RequestHistory:
TmpSigHandle := MainFm.eSignal.RequestHistory['IBM','2',btBars,20,-1,-1] , BarsReceived fires correctly.
However, although the market is active and TmpSigHandle is
not released,
BarsChanged never fires and BarsReceived never fires again.
TIA,
fald
I use Delphi 7 to call the eSignal Desktop API under XP SP3.
eSignal version: 10.5.1678.1175
After the following RequestHistory:
TmpSigHandle := MainFm.eSignal.RequestHistory['IBM','2',btBars,20,-1,-1] , BarsReceived fires correctly.
However, although the market is active and TmpSigHandle is
not released,
BarsChanged never fires and BarsReceived never fires again.
TIA,
fald
Comment