pub async fn realtime_bars(
client: &Client,
contract: &Contract,
bar_size: &BarSize,
what_to_show: &WhatToShow,
trading_hours: TradingHours,
options: Vec<TagValue>,
) -> Result<Subscription<Bar>, Error>Expand description
Requests realtime bars.