API Support Forum
OEC API > API Support > Can we UNsubscribe from Ticks?
Author Topic: Can we UNsubscribe from Ticks?
(2 messages, Page 1 of 1)
Moderators: VPfau
THarnett81
Posts: 78
Joined: Jan 13, 2011


Posted: May 27, 2011 @ 10:21 AM             Msg. 1 of 2
There's a SubscribeTicks method, but no UnsubscribeTicks.

Is it possible to unsubscribe from ticks updates? (We can remove our listener, of course, but we'll still be chugging bandwidth.)
THarnett81
Posts: 78
Joined: Jan 13, 2011


Posted: May 27, 2011 @ 10:30 AM             Msg. 2 of 2
Ah, I think we found it. You have to save the Subscription object returned from SubscribeTicks, and then pass it to CancelSubscription.