API Support » Unable to receive Level 1 data May 17, 2020 @ 09:14 PM (Total replies: 1) | |||||
I am unable to get level 1 data but I can get tick data for all symbols. Why is that? Code snippets: m_gfClient.Subscriptions.Price.PriceChanged += this.Level1DataReceived; GF.Api.Subscriptions.Price.IPriceSubscription subs = m_gfClient.Subscriptions.Price.Subscribe(e.Contracts.First().ID); Andrew |