I am writing an efs for the ES Emini SP500 Futures contract that uses data from the $TICK that I access with the function "getValue("Low", -1, "$TICK")". In the process of debuggung this efs I discovered that even though I have a real time subscription to NYSE data, the $TICK data is delayed by 15 minutes. WHY? and what can I do to correct this?

Comment