API Support Forum
User Profile

Viewing User Profile for: JHyatt8720


About

N/A

Sep 13, 2024 10:20 AM

Sep 13, 2024 10:20 AM



Post Statistics
JHyatt8720 has contributed to 9 posts out of 5677 total posts

20 most recent posts:

API Support » IPrice exceptions Sep 13, 2024 @ 10:20 AM (Total replies: 7)

I will update you when It is available.

API Support » IPrice exceptions Sep 13, 2024 @ 10:15 AM (Total replies: 7)

Yes, this problem has been fixed and a newer version will be available for download. Please let us know if anything else comes up.
Edited by JHyatt8720 on Sep 13, 2024 10:18 AM

API Support » IPrice exceptions Sep 03, 2024 @ 09:25 AM (Total replies: 7)

We are activly looking into this issue.

API Support » IPrice exceptions Aug 29, 2024 @ 03:03 PM (Total replies: 7)

Is there more information you can give? what is your surrounding code, ex what was your price variable set to?

API Support » Understanding Opening or Closing during fill notification Jun 10, 2024 @ 02:37 PM (Total replies: 1)

No, not specifically in that area, but you can try listening to PositionChangedEventArgs.ContractPosition.Fills.Last().SourcePreviousPosition, and look at ContractPositon.Net, these both return a VolPrice containing information which you can compare like volume.

FIX Support » Tag not defined error in SecurityListRequest Apr 18, 2024 @ 08:44 AM (Total replies: 11)

Here is the latest versions of both OECFIX44 and OECFIX42 data dictionaries:

OECFIX44:
https://api.gainfutures.com/WebAPI/api/Files/DownloadClientUpdateLast?brandId=0&clientTypeId=5010&branchId=2

OECFIX42:
https://api.gainfutures.com/WebAPI/api/Files/DownloadClientUpdateLast?brandId=0&clientTypeId=5009&branchId=2

FIX Support » Tag not defined error in SecurityListRequest Apr 17, 2024 @ 03:37 PM (Total replies: 11)

I can see that the securityList contains groups which are only supported by a data dictionary.
It is my understanding that my team has provided you the correct OECFIX44 and OECFIX42 data dictionary files via email, Please let me know if this works for you and this can be closed.
Edited by JHyatt8720 on Apr 17, 2024 03:40 PM

FIX Support » Tag not defined error in SecurityListRequest Apr 15, 2024 @ 02:57 PM (Total replies: 11)

Its my understandiung that our message SecurityList was rejected by your side. This means that your FIX dictionary has to be incorrect.
We advise you to not use dictionary on your side.
Edited by JHyatt8720 on Apr 15, 2024 03:20 PM

API Support » I am facing issues while running a simple datafetching script using dotnet8 Feb 27, 2024 @ 07:44 AM (Total replies: 1)

We do not support .core. The package is not fully compatible with Net 8, ' Package GFAPI 4.11.519.358 was restored using v4.6.2/7/7.1 instead of the taget net8.0'

Using a ConsoleApp (.Net Framework) instead of .Net Core, fixes this issue and it is compatible with the GFAPI nuGet package 4.6.2

When run with .Net 4.8 the program ran fine.