Author |
Topic: Ticks subscription bug (2 messages, Page 1 of 1) |
||||
---|---|---|---|---|---|
Moderators: VPfau | |||||
BBigoulaev Posts: 18 Joined: Dec 19, 2008 |
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 |
OECClient.Unsubscribe method intended for quotes subscription. You need to use OECClient.CancelSubscription with tick and bar subscriptions.
|
||||