Recent content by Krass

  1. K

    Timestamp for reqMktData, reqMktDepth in IB API

    Hi. I am very new to the IB API. When requesting market data with the API, I noticed that a timestamp will be echoed on each data movement. example from my project: id=5 lastTimestamp=1303329585 Not too sure yet how to handle this timestamp info, but I bet it's rather simple. So to...
  2. K

    IB API - Using twice the same Id

    Thanks for the replies! I figured out this Id thing so I'm now incrementing on every "mkr data reqs" and orders. I don't think I'll be reusing an id, ever. Even tho that makes more id to handle, I'd rather eliminate the risk of error or confusion. Right now, when I load up my...
  3. K

    IB API - Using twice the same Id

    Hi everybody. I'm new to the forums. Google landed me on elitetrader.com quite a couple of time. I'm quite new to the IB API and as I could notice, there are many users around here. I was able to use the API (within my vb app!) to retrieve live data feed for my watchlist (stocks +...
Back
Top