API Support Forum
OEC API > API Support > Trade Log
Author Topic: Trade Log
(7 messages, Page 1 of 1)
Moderators: VPfau
PArnoldson
Posts: 154
Joined: Oct 03, 2007


Posted: Feb 25, 2008 @ 02:01 PM             Msg. 1 of 7
I am looking for the same functionality of the Reports->Orders->Trade Log in the OEC Trader Developer. Getting a report of all the history of the account trades. Is there a url to get this info, or some other method?
SergeK
-Developer-
Posts: 475
Joined: Jan 26, 2007


Posted: Feb 25, 2008 @ 02:36 PM             Msg. 2 of 7
There's no such functionality in the OEC API - reports are provided by separate system.
PArnoldson
Posts: 154
Joined: Oct 03, 2007


Posted: Feb 25, 2008 @ 04:14 PM             Msg. 3 of 7
Is there a way to get into this other system, to get the log information?
SergeK
-Developer-
Posts: 475
Joined: Jan 26, 2007


Posted: Feb 26, 2008 @ 08:28 AM             Msg. 4 of 7
We do not currently provide programmatic access to the report system.
npn
Posts: 19
Joined: Apr 14, 2008


Posted: Apr 16, 2008 @ 10:27 AM             Msg. 5 of 7
There's a log file generated by the application residing by default in the directory where the exe file is ran from.

Is there a way to specify a directory for that log file?
SergeK
-Developer-
Posts: 475
Joined: Jan 26, 2007


Posted: Apr 16, 2008 @ 10:42 AM             Msg. 6 of 7
no, there is no way to change directory.

However, log file is generated by developer's version of API (debug build).

you can take release version of OEC API dll from the developer's Trader application - it does not generate any logs.
npn
Posts: 19
Joined: Apr 14, 2008


Posted: Apr 16, 2008 @ 02:43 PM             Msg. 7 of 7
Is the log generation removed from the release version for performance reasons?

I think the log is a good idea even with the production version. For one I don't have to build my own log.