Announcement

Collapse
No announcement yet.

multiple time and sales

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

  • multiple time and sales

    Just starting. Have the sample code for getting time and sales via vb. Have done a bit of research, but thought I would check to see if this forum could expedite our process.

    We are needing to collect history and live t&s data for multiple contracts. The history can be collected one at a time, but the live needs to be accumulated on an ongoing bases for multiple contracts.

    The sample shows how to collect live t&s for one contract.

    We have briefly reviewed the documentation, but are hoping for some focus. Vb.net would be better than vb, but vb ok. Anything really ok.

    Accumulate time and sales data from multiple contracts (history when the contract is open and then live as it continues.... of course we need to collect history since the last time it was accessed, but i guess we can figure that all out if just know how to collect history and then to collect live data on multiple contracts for t&s)

    The primary thing is the multiple contracts vs. just a single contract that the sample provides.

    Probably haven't done enuff looking around, but, like i said, hoping for some focus from those that have gone before us.

  • #2
    All you have to do is send a request for each symbol. You can listen for more than one at a time. All you have to do is keep track of the handles for the requests so that you can figure out which symbol the update event is being triggered for.

    Cheers... George

    Comment


    • #3
      There is a multiple history sample in the FileShare that uses the concept GenSpoo described.

      Comment

      Working...
      X