hi,
1,i am getting the following if i try to connect:
6/28/2005 8:47:58 AM---*** AppString: PPOTTER
*** Entitlements have not arrived yet
*** No matching known AppString
*** ActiveX is not entitled
GetIsEntitledError() gives the above error,and this happens during the premarket time.
after creating
m_esignal=new IESignal.Hooks(); i do thread sleep for 10 seconds and then i try to connect.
Is there any explanation for this entitlement delay?
2,Time&Sales Problem
if i subscirbe for indices symbol before market,and at market opening at 9.30,i don't get updates for those subscribed symbol.
for example i subscribe for indices $INDU and $COMPQ around 8.45 and at 9.30 the below function call
m_esignal.get_GetNumTimeSalesRtBars(handle) always returns 0.
Should i subscribe for indices or futures
updates only after 9.30?
Regards,
1,i am getting the following if i try to connect:
6/28/2005 8:47:58 AM---*** AppString: PPOTTER
*** Entitlements have not arrived yet
*** No matching known AppString
*** ActiveX is not entitled
GetIsEntitledError() gives the above error,and this happens during the premarket time.
after creating
m_esignal=new IESignal.Hooks(); i do thread sleep for 10 seconds and then i try to connect.
Is there any explanation for this entitlement delay?
2,Time&Sales Problem
if i subscirbe for indices symbol before market,and at market opening at 9.30,i don't get updates for those subscribed symbol.
for example i subscribe for indices $INDU and $COMPQ around 8.45 and at 9.30 the below function call
m_esignal.get_GetNumTimeSalesRtBars(handle) always returns 0.
Should i subscribe for indices or futures
updates only after 9.30?
Regards,
Comment