Receive Real Time Bars
EWrapper.realtimeBar (
reqId: int. Request identifier used to track data.
time: long. The bar’s start date and time (Epoch/Unix time)
open: double. The bar’s open point
high: double. The bar’s high point
low: double. The bar’s low point
close: double. The bar’s closing point
volume: decimal. The bar’s traded volume (only returned for TRADES data)
WAP: decimal. The bar’s Weighted Average Price rounded to minimum increment (only available for TRADES).
count: int. The number of trades during the bar’s timespan (only available for TRADES).
)
Receives the real time 5 second bars.

