Author |
Topic: Unable to receive Level 1 data (2 messages, Page 1 of 1) |
||||
---|---|---|---|---|---|
Moderators: VPfau | |||||
ADays2759 Posts: 1 Joined: Jul 11, 2018 |
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: |
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
|
||||