API Support Forum
OEC API > API Support > Looking at the OEC API Example
Author Topic: Looking at the OEC API Example
(6 messages, Page 1 of 1)
Moderators: VPfau
JDean56
Posts: 10
Joined: Jan 05, 2011


Posted: Jan 14, 2011 @ 09:27 AM             Msg. 1 of 6
Hello,

I have been having a fair amount of problems getting an installing the old VC++ 2005. Also when I open the OEC API Example project I get an error 'application project ... .csproj not installed'

What am I doing wrong?

Jonathan Dean
VictorV
Posts: 746
Joined: May 08, 2007


Posted: Jan 14, 2011 @ 10:16 AM             Msg. 2 of 6
Hello,

csproj is a C# project, not a C++.

I recommend to install Visual Studio 2010 with C#

Victor Vins
Software Developer
JDean56
Posts: 10
Joined: Jan 05, 2011


Posted: Jan 14, 2011 @ 10:26 AM             Msg. 3 of 6
Ok, I will give it a try.

Jonathan Dean
JDean56
Posts: 10
Joined: Jan 05, 2011


Posted: Jan 18, 2011 @ 04:53 PM             Msg. 4 of 6
Hello again,

Worked. Can see and run the API examples in 2010 C#. Is there an example code for just data retrieval? ie I just want to import a series of say 5 minute bars and do some processing and not have to wade thru all of the rest of OEC.API

Thanks

jd

Jonathan Dean
VictorV
Posts: 746
Joined: May 08, 2007


Posted: Jan 20, 2011 @ 08:40 AM             Msg. 5 of 6
Hello,

you can get a sample of what you need in OEC API Adv Example: it shows how to download chart data in separate tab.

Victor Vins
Software Developer
JDean56
Posts: 10
Joined: Jan 05, 2011


Posted: Jan 24, 2011 @ 08:41 AM             Msg. 6 of 6
Hi

Little help? I see a lot of form files which one specifically do I want?

Thanks

Jonathan Dean