Search results

  1. D

    IB vs TD Ameritrade tick rate & API

    What is the difference between both the apis ?
  2. D

    IB vs TD Ameritrade tick rate & API

    Can you please elaborate on the difference you saw in Level 2 data. How were you fetching the level 2 data through TDA and IB ? I know IB has an api and chanrges for subscription and has some limitations on the number of subscription you have for L2 , are there similar in TDA . Can you give some...
  3. D

    Interactive brokers streaming Top level market data

    very helpful , thanks a ton. Had a few more questions for you since you seem very well experienced and have already gone through the path of what i am trying to do. Sent you few additional question on PM. Thanks again.
  4. D

    Interactive brokers streaming Top level market data

    oops sorry i pasted the wrong lines : Here is the correct stream of message i received : GOOG : tickSize : tickType ASK_SIZE size 2 GOOG : tickSize : tickType BID_SIZE size 1 GOOG : tickSize : tickType ASK_SIZE size 2 GOOG : tickSize : tickType BID_SIZE size 2 GOOG : tickSize : tickType BID_SIZE...
  5. D

    Interactive brokers streaming Top level market data

    So If i am looking at equities , does that mean every 250 ms , i will receive a message for every parameter that has changed. if that is the case why do i receive duplicated message : GOOG : tickSize : tickType ASK_SIZE size 2 GOOG : tickSize : tickType BID_SIZE size 2
  6. D

    Interactive brokers streaming Top level market data

    I have already read the api and using that . What i want to understand is the stream of message relating to the sequence of events happening in market and the duplicated messages
  7. D

    Interactive brokers streaming Top level market data

    Hi I am new to trading. Currently i have small java code that is subscribing to different ticker symbols streaming top level 1 market data. I am having trouble understanding/interpreting the sequence of messages received. Any help on understanding the data and making sense out of it will be...
Back
Top