I've been using 'getMostRecentTrade()' and 'getMostRecentTradeSize()' in one ofs codes to get the real time emini SP500 trades and trade sizes. I noticed that my numbers were about an order of magnitude less than similar results from applications that also accessed the eSignal datafeed.
I found out that the above two functions that I used did not access the Block Trades (large size trades that are privately transacted outside the exchange. How can I access the Block Trades together with the exchange trades? I know that there has to be a way because other applications are doing it from the eSignal datafeed. Would appleciate some help. Thx.
C;off
I found out that the above two functions that I used did not access the Block Trades (large size trades that are privately transacted outside the exchange. How can I access the Block Trades together with the exchange trades? I know that there has to be a way because other applications are doing it from the eSignal datafeed. Would appleciate some help. Thx.
C;off
Comment