Market Data » Fundamental problems to get DAILY data (C#) May 10, 2010 @ 11:22 AM (Total replies: 4) | |||||
Hi VictorV, Many thanks for your reply. Based on your infos in the threads I found a solution for my problem. The program works fine now. Thanks, Sandra Sandra Cestano |
|||||
Market Data » Fundamental problems to get DAILY data (C#) May 10, 2010 @ 09:31 AM (Total replies: 4) | |||||
The line below is "obsolete". Could you please provide an example which will work oecClient.RequestBars(c,DateTime.UtcNow - TimeSpan.FromMinutes(5 * 100),DateTime.UtcNow, TimeSpan.FromMinutes(5)); 'OEC.API.OECClient.RequestBars(OEC.API.Contract, System.DateTime, System.DateTime, System.TimeSpan)' is obsolete: 'Please use RequestBars with SubscriptionType.Bar and interval in minutes' Sandra Cestano |
|||||
Order Execution » How to cancel an order (C#) May 10, 2010 @ 08:21 AM (Total replies: 1) | |||||
Hi, Sorry, but now it works. Please cancel this thread! Sandra Sandra Cestano |
|||||
Order Execution » How to cancel an order (C#) May 08, 2010 @ 01:21 PM (Total replies: 1) | |||||
Hello, the following does NOT work: int myorderID = 2010933900; Order order = oecClient.Orders[myorderID]; oecClient.CancelOrder(order); What is wrong here? Sandra Sandra Cestano |
|||||
API Support » remoting May 08, 2010 @ 01:17 PM (Total replies: 5) | |||||
Hi VictorV, I beg you to excuse my mistake! I found the bug and now it works fine. Solution found in the threads. Sandra Sandra Cestano |
|||||
API Support » reconnection May 07, 2010 @ 04:18 PM (Total replies: 12) | |||||
Data freezing: It happens from time to time. Yesterday and the day before we could see this. For today I cannot give a valuation. It happens in the official OEC trading platform. Sandra Sandra Cestano |
|||||
API Support » reconnection May 07, 2010 @ 03:35 PM (Total replies: 12) | |||||
Hi VictorV, Regarding data freezing: E.g.: The FGBLM0 (bond future on the Eurex) starts trading at 08:00 Frankfurt time. If the application is running since - say - 06:00 Frankfurt time, and suppose that we now have 11:00 Frankfurt time (i.e., FGBLM0 is already trading for 3 hours), I have no data updating. But if I close the application and login again at 11:00 then I get an updating on a regular basis. Sandra Cestano |
|||||
API Support » remoting May 07, 2010 @ 03:01 PM (Total replies: 5) | |||||
Hi LLloyd, There is another thread in this forum dealing with this problem. Unfortunately I have the same problem and up to now no solution. Sandra Sandra Cestano |
|||||
API Support » reconnection May 07, 2010 @ 03:00 PM (Total replies: 12) | |||||
Hi VVadim41, I also have the same problems! Just for your info! Sandra Sandra Cestano |
|||||
Market Data » Fundamental problems to get DAILY data (C#) May 07, 2010 @ 01:34 PM (Total replies: 4) | |||||
Hello, I have fundamental problems to get historical data on a daily basis (I would just need 14 - 26 data points). I tried to understand the code in "OEC API Adv Example_2008" (C#) but was not able to reproduce it. Could you please put a short C# code example into this forum which shows the basic steps (subscription, event, ...) to get historical CLOSE prices on a daily basis for a specific future. Many thanks in advance, Sandra Sandra Cestano |