Page 1 of 2

0.3.0 preview release

PostPosted: Thu Jun 30, 2011 9:27 am
by sunshine
Please find information about the release here:
June 2011 Release (0.3.0)

Re: 0.3.0 preview release

PostPosted: Fri Jul 01, 2011 7:09 pm
by frAnton
Hi sunshine,

Thank you for the release.
Just quick question. In documentation it is indicated that the new commands were added.
JoinToNewContingencyGroup()
JoinToExistingContingencyGroup()
RemoveFromContingencyGroup()

But have you guys removed
1. PermissionChecker.canJoinOCO()
2. PermissionChecker.canExcludeOCO() properties and replaced it with the new ones?

I just cannot find it, sorry.

thanks,
Anton.

Re: 0.3.0 preview release

PostPosted: Mon Jul 04, 2011 6:17 am
by sunshine
Hi Anton,

In the new version, instead of canJoinOCO() and canExcludeOCO() properties, please use the properties:

PermissionChecker.canJoinToNewContingencyGroup()
PermissionChecker.canJoinToExistingContingencyGroup()
PermissionChecker.canRemoveFromContingencyGroup()

I've informed the ForexConnect team about the documentation issue. Thank you for the report.

Re: 0.3.0 preview release

PostPosted: Mon Jul 04, 2011 7:04 am
by frAnton
Hi sunshine,

thank you for your answer.
Another issue, please correct me if I am wrong but it seems to me that BuyInterest and SellInterest are switched in O2GOfferRow.
At least what it looks like when I compare them to TS2.

thanks,
Anton.

Re: 0.3.0 preview release

PostPosted: Tue Jul 05, 2011 5:11 am
by sunshine
Hi Anton,

This is the issue in the ForexConnect API. It will be fixed in the next release of the API.

Re: 0.3.0 preview release

PostPosted: Mon Jul 11, 2011 12:52 am
by myjob7
is this fixed or yet to?

Re: 0.3.0 preview release

PostPosted: Fri Jul 15, 2011 8:24 am
by sunshine
ForexConnect 0.3.1 release is available.
What is done:
1) Simple samples for Linux are added;
2) A C++ "Create OTO" sample is added;
3) The issue with mixed up BuyInterest/SellInterest columns is fixed.
Download it at fxcodebase wiki

Re: 0.3.0 preview release

PostPosted: Fri Jul 15, 2011 8:28 am
by frAnton
Hi sunshine,

I am not sure if you guys aware of this issue, but
Session.logout();
sometime hangs up so badly that the client stops responding at all. It's hard to reproduce it though as it seems to me that it happens randomly 2-3 time per 10-15 disconnects.

thanks,
Anton.

0 3 0 preview release

PostPosted: Sun Jul 17, 2011 10:40 pm
by elephant-spam
Looks so good , cant wait till you release the full version.

Re: 0.3.0 preview release

PostPosted: Mon Jul 18, 2011 7:03 am
by sunshine
frAnton wrote:Hi sunshine,

I am not sure if you guys aware of this issue, but
Session.logout();
sometime hangs up so badly that the client stops responding at all. It's hard to reproduce it though as it seems to me that it happens randomly 2-3 time per 10-15 disconnects.

thanks,
Anton.


Thanks for the info. Passed to developers. I'll keep you informed.