Author |
Topic: Trade Log (7 messages, Page 1 of 1) |
||||
---|---|---|---|---|---|
Moderators: VPfau | |||||
PArnoldson Posts: 154 Joined: Oct 03, 2007 |
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 |
There's no such functionality in the OEC API - reports are provided by separate system.
|
||||
PArnoldson Posts: 154 Joined: Oct 03, 2007 |
Is there a way to get into this other system, to get the log information?
|
||||
SergeK -Developer- Posts: 475 Joined: Jan 26, 2007 |
We do not currently provide programmatic access to the report system.
|
||||
npn Posts: 19 Joined: Apr 14, 2008 |
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 |
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 |
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. |
||||