API Support Forum
User Profile

Viewing User Profile for: LGiusti3902


About

Nov 28, 2017 03:03 PM

Dec 04, 2017 01:18 PM

Dec 04, 2017 01:18 PM



Post Statistics
LGiusti3902 has contributed to 4 posts out of 5593 total posts (0.07%) in 2340 days (0.00 posts per day).

20 most recent posts:

API Support » UUID Dec 04, 2017 @ 01:18 PM (Total replies: 4)

Sure:

by going in Gain Capital website in "My Account" -> "Download Software" then downloading OEC Trader Dev (API).
It contains latest versions of examples, with the client.UUID property being used, but the API contained in it (dll and xmls) are obsolete. No UUID member in client class.

API Support » UUID Dec 04, 2017 @ 11:45 AM (Total replies: 4)

Ok, for the record:

to download latest version use NuGet:

https://www.nuget.org/packages/OECAPI/

in Package Manager in Visual Studio use:
PM> Install-Package OECAPI -Version 3.5.14.41

Please remove old version from your website, it creates a few headaches.

API Support » UUID Dec 04, 2017 @ 11:39 AM (Total replies: 4)

It looks like this is an old problem:

https://apisupport.gainfutures.com/Topic/Index/1134

the guy in this topic has been able to download the latest version of the API in which OECApi has a UUID member.
I am not as lucky and can't find this latest version.
Can a link be provided?

API Support » UUID Dec 04, 2017 @ 08:00 AM (Total replies: 4)

Hello,

by documentation I should be able to set the UUID through the OECApi.UUID property.
I'm working in C# ant that property simply does not exist. The OECApi class doesn't seem to implement the UUID property. I'm referencing all dlls: API, CommLib and Protosharp.
I don't how to go around this. It looks like all other properties/methods are there, but not the UUID.

Any idea?