|
|
2Likes
-
Please use this link to download ForexConnect API (Android) with table manager:
http://fxcodebase.com/bin/forexconne...Android.tar.gz
-
ForexConnect 1.1.2
FX Connect 1.1.2 beta is available
Changes- It has become easier to work with the table manager:
* The getStatus method has been added to the IO2GTableManager class.
* Now tables are loaded automatically after login.
* You can use tables if the table manager has the TablesLoaded status.
- The getNextRowByColumnValue method has been added to the table
classes (IO2GAccountsTable, IO2GClosedTradesTable etc.). This method
allows finding all columns which contain the specified value.
- The lockUpdates and unlockUpdates methods have been added to the
IO2GTableManager class.
- The getNextGenericRow and getNextGenericRowByColumnValue methods
have been added to the IO2GTable class. They allow enumerating a table
as abstract. These methods are functionally equivalent to the
getNextRow and getNextRowByColumnValue methods of specific inheritors
of IO2GTable (IO2GAccountsTable, IO2GOffersTable etc.).
Breaking changes:- To delete an order, you should now fill the AccountID value in the
value map in addition to Command and OrderID.
- The refresh method has been removed from the IO2GTable class
- The fireEachRow method has been renamed to forEachRow. The usage of
the method has been changed:
* The subscribeEachRow and unsubscribeEachRow methods have been
removed. Instead, listener is used as an argument of the method.
* The new IO2GEachRowListener interface has been added to be used
in forEachRow with the single onEachRow callback method. Of course,
the onEachRow method has been removed from the IO2GTableListener
class.
Fixes:- Right after opening/closing a position the account table change
event gives 0 numbers for Equity, DayPL, Usbl Mrg, etc.
- Calculated fields of the Accounts table contain invalid values
after the TrueMarketOrder execution. In particular, Gross P/L in
the Accounts table is set to 0 after the position is opened, and
then, after the price change, the values are calculated
incorrectly. Usb Mr also contains invalid values after the order is
created.
- The issue in the getReportURL method has been fixed (for some
data bases the method didn't work).
Downloads- Windows
- Linux
- Apple
- MSM installation modules
Additional documentation is available online for Java, dot Net, and C++.
-
FX Connect 1.1.2 beta for iOS and Android is available.
Last edited by Natalya; 02-01-2012 at 05:46 AM.
-
FX Connect 1.0.3 is available
Changes- Created new command to get the last status of an order: Constants.Commands.GetLastOrderUpdate
Fixes:- Fixes issue that has program get duplicate messages after internet connection recovery.
Downloads- Windows
- Linux
- Apple
- Apple iOS
- Android
-
ForexConnect API version 1.1.3 (beta)
ForexConnect API version 1.1.3 has been released.
Breaking Change
The order2go2 library and the Order2Go2.h header file were renamed ForexConnect and ForexConnect.h, respectively.
This is a breaking change that affects all ForexConnect C++ applications. Note that the change does not affect ForexConnect Java, .NET, and C applications. Please see the article that discusses how to modify your current ForexConnect C++ project to use it with ForexConnect 1.1.3 or higher in wiki:
Change in ForexConnect Usage (Starting from Version 1.1.3) - FxCodeBaseWiki
Changes
1) A new order types: Open Limit and Close Limit.
ForexConnect allows creating Open Limit and Close Limit orders. An Open Limit (Close Limit) order opens (closes) a position at the specified market rate or at a more favorable rate in case such rate is available on the market. To create an order, specify "OL" ("CL") in the OrderType parameter for valuemap.
2) A new method setApplicationID.
The method allows setting Application ID. Application ID is used for identifying client applications on the server.
Fixes
1) The value (Offer and Trade) turns into 0 after instrument update (usually 22:00 GMT).
The problem was the value turns into 0 after instrument update and stays there (zero) forever.
2) O2GTradeTableRow Stop/Limit equals zero.
After adding Stop/Limit, O2GTradeTableRow Stop/Limit shows zero.
3) Net PL values in the Summary table are different in FX Trading Station and ForexConnect API.
4) Fixed the issue that made a program receive duplicate table updates on 'listeners' API.
5) Fixed deadlock on exit in the Linux version.
Downloads- Windows
- Linux
- Apple
- Apple iOS
- Android
Last edited by FXCM Help; 04-05-2012 at 01:07 PM.
Reason: Adding COM Downloadable
|