API Support Forum
OEC API > API Support > Unable to receive Level 1 data
Author Topic: Unable to receive Level 1 data
(2 messages, Page 1 of 1)
Moderators: VPfau
ADays2759
Posts: 1
Joined: Jul 11, 2018


Posted: May 17, 2020 @ 09:14 PM             Msg. 1 of 2
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
ETrifonov
Posts: 63
Joined:


Posted: May 19, 2020 @ 08:54 AM             Msg. 2 of 2
Hello Andrew,

Can you please provide more details, like API version, contract symbol, connection address, etc.
Please also check our example: https://bitbucket.org/GainFuturesDev/basicexample/src.

Regards, Evgeny.
Evgeny