API Support Forum
User Profile

Viewing User Profile for: JHyatt8720


About

N/A

Apr 18, 2024 08:44 AM

Apr 18, 2024 08:45 AM



Post Statistics
JHyatt8720 has contributed to 4 posts out of 5593 total posts

20 most recent posts:

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

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: 5)

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: 5)

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.