API Support Forum
OEC API > API Support > Ticks subscription bug
Author Topic: Ticks subscription bug
(2 messages, Page 1 of 1)
Moderators: VPfau
BBigoulaev
Posts: 18
Joined: Dec 19, 2008


Posted: Sep 24, 2009 @ 09:21 PM             Msg. 1 of 2
The problem:
If I subscribed ticks for 5 different contracts and after then I unsubscribed them I have the 5 contracts limit. I need to restart my API application to get new tick subscriptions.

Boris
SergeK
-Developer-
Posts: 475
Joined: Jan 26, 2007


Posted: Sep 25, 2009 @ 08:14 AM             Msg. 2 of 2
OECClient.Unsubscribe method intended for quotes subscription. You need to use OECClient.CancelSubscription with tick and bar subscriptions.