API Support Forum
User Profile

Viewing User Profile for: ADays2759


About

Jul 11, 2018 03:20 PM

May 17, 2020 09:14 PM

May 17, 2020 09:34 PM



Post Statistics
ADays2759 has contributed to 1 posts out of 5593 total posts (0.02%) in 2125 days (0.00 posts per day).

20 most recent posts:

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