API Support Forum
OEC API > API Support > GF API equivalent of OEC.client.RequestTicks
Author Topic: GF API equivalent of OEC.client.RequestTicks
(2 messages, Page 1 of 1)
Moderators: VPfau
TLau471
Posts: 70
Joined:


Posted: Feb 17, 2020 @ 01:16 AM             Msg. 1 of 2
Hi,

What is the GF API equivalent of OEC's client.RequestTicks()? The one that we used to get backfill for a symbol. Thank you.
TLau
VPfau
Moderator
Posts: 154
Joined:


Posted: Feb 18, 2020 @ 03:32 PM             Msg. 2 of 2
Hello TLau,

Please check out IGFClient.Subscriptions.Ticks.Subscribe(ContractID contractID, Duration duration)
you can specify date range in the duration parameter
Vitaliy Pfau