Announcement

Collapse
No announcement yet.

C++ API gives wrong tick information

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

  • C++ API gives wrong tick information

    In the output of the C++ API sample code, the code take all the tick information but display them at once, say tarde size/price repeatly even in case there is only bid or ask case. So the trade information were used much more than it actually happened.

    I checked the VB code and compare my Scott trade real time display and confirm it.

    In the c++ there is no place to tell it is a trade or ask or bid like the VB code.

    Is there anybody can confirm this thing?

    Thanks

    Peter
    Peter

  • #2
    If you use RequestTimeSales, it does return whether the tick was a bid/ask change or a trade. You can also tell it to ignore one or the other.

    Cheers... George

    Comment

    Working...
    X