Announcement

Collapse
No announcement yet.

Get Run Time Qoutes

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Get Run Time Qoutes

    Hi,
    I am new to esignal.
    I had developed a pramtive application to which i need the run time qoute data feed.

    I get a esignal 8.0 free trial account.
    When i start esigna,l it conects to the sever that why i verfied the account.
    I dowload all the samples from

    I download vb sample.zip and i add my user account to the code
    Private Sub Form_Load()
    .......................
    esignal.SetApplication ("****** PUT YOUR LOGIN NAME HERE CASE SENSITIVE *****")
    .........................
    End Sub

    When i press "Request Quote" button, It does not feed data.
    So what is wrong with this ActiveX.

  • #2
    You need to have the ActiveX Development Kit entitlement in order to use the Desktop API samples. Please contact customer service to have this added to your account.

    Comment


    • #3
      I tried eSignal Data Manger -> Menu -> File -> Properties ->
      I pressed Services in Connectivity window -> Authorized Services list. I got AXH (ActivX 3rd party user).
      I guess that is ActiveX Development Kit entitlement that i need. Right ?

      Comment


      • #4
        To run the sample application written in the Desktop API, you need to have the AXQ (ActiveX Development Kit) entitlement as well.

        Comment


        • #5
          Ya, you are right.
          I added for $20.
          Thanks.

          Comment

          Working...
          X