API Support Forum
User Profile

Viewing User Profile for: CKane3211


About

May 26, 2017 09:06 AM

Apr 13, 2020 07:39 PM

Apr 13, 2020 07:40 PM



Post Statistics
CKane3211 has contributed to 6 posts out of 5573 total posts (0.11%) in 2497 days (0.00 posts per day).

20 most recent posts:

API Support » Can't import package 'GFAPI' via NuGet Apr 13, 2020 @ 07:39 PM (Total replies: 4)

Oh, and one other thing. After you have added the DLLs to your "packages" folder, you can then go into your project in Visual Studio and add a new reference to them using the "Browse" feature.

API Support » Can't import package 'GFAPI' via NuGet Apr 13, 2020 @ 07:37 PM (Total replies: 4)

I don't remember if I had the same problem, but I wasn't able to use NuGet to add the library to my project in Visual Studio either. I had to manually download the .nuget file, change the file extension to .zip (.nuget files are just .zip files with a different extension), extract the contents of the file, and manually add the GF API DLLs to the "packages" folder of my project.

API Support » Not Receiving Account Balance and Position Updates Apr 13, 2020 @ 01:34 PM (Total replies: 4)

Jason,

I just tried building against the latest version of the library (4.0.3.28). That solved the problem. No other changes were made on my end. It would appear that there is a bug in version 4.0.3.16 (the version I had been running against).

Thanks for the help,
Chris

API Support » Not Receiving Account Balance and Position Updates Apr 13, 2020 @ 11:36 AM (Total replies: 4)

Jason,

Thanks for the response. I am using GFClientRunner.

API Support » Not Receiving Account Balance and Position Updates Apr 09, 2020 @ 02:31 PM (Total replies: 4)

Good afternoon,

I was curious if there are any known issues with account balance and position updates. My application is not receiving either. It had been previously.

For reference, I am registering event handlers with this:

client.Accounts.AccountSummaryChanged += Accounts_AccountSummaryChanged;
client.Accounts.BalanceChanged += Accounts_BalanceChanged;
client.Accounts.AvgPositionChanged += Accounts_AvgPositionChanged;
client.Accounts.DetailedPositionChanged += Accounts_AvgPositionChanged;

I know these are being called because they are between the registration of my tick and DOM event handlers and my order change event handlers (both of which are working normally).

The event handler methods are only being called when a position is entered or exited, and not at intervals in between.

EDIT: I also realized that client.Subscriptions.Price.PriceChanged and client.Subscriptions.Price.PriceTick event handlers are also not being called.

Any insight you can provide would be greatly appreciated.

Thanks,
Chris
Edited by CKane3211 on Apr 12, 2020 08:47 PM
Edited by CKane3211 on Apr 12, 2020 08:47 PM

API Support » conformance testing Jul 17, 2017 @ 04:35 PM (Total replies: 3)

Chris,

I e-mailed gfsupport@gaincapital.com about conformance testing (I am ready to go through the process as well), but they sent me back to this forum. Would you be able to assist me in starting the process?

Thank you,
Chris K.