API Support » Tick Stream data Jan 16, 2015 @ 01:06 AM (Total replies: 1) | |||||
I want to replicate behavior of Tools->Tick Stream window from OEC Trader in my own application using .NET API. I subscribe on OECClient.OnPriceTick event and log all updates using LastDateTime, LastPrice and LastVolume properties of Price object received in event argument. My data looks very different - some ticks looks duplicated but another one looks missed. Maybe I should subscribe on other events too and implement some filtering? Could you please provide me advice how to implement 'Tick Stream' functionality in same way as it done in OEC Trader application? Tsachi Galanos |
|||||
API Support » OEC API problems in Remoting mode Dec 12, 2014 @ 07:13 AM (Total replies: 1) | |||||
During development adapter for BookMap I found two issues related to OEC API. I use Remote API mode and OEC Trader version 3.5.15.14 for development. 1. Symbol look up problem - we can look up contracts only by full name ('ESZ4' for example), not by prefix (just 'ES'). In second case OEC Trader application displays error message and no callback called so we unable to know about problem from caller side.
2. DoM subscription problem - any attempts to call SubscribeDOM method will lead to display same error message and we never receive DoM updates. But if contract already subscribed on DoM (it opened in DoM viewer inside OEC Trader application) all works fine. Moreother after re-login API starts to receive DoM data for all contracts referenced in UI.
How I can find real problem root cause? Is these problems are on my side or these are issues my concrete OEC Trader/API version? Tsachi Galanos |