OECAPI 3.5.14
dotnet add package OECAPI --version 3.5.14
NuGet\Install-Package OECAPI -Version 3.5.14
<PackageReference Include="OECAPI" Version="3.5.14" />
paket add OECAPI --version 3.5.14
#r "nuget: OECAPI, 3.5.14"
// Install OECAPI as a Cake Addin #addin nuget:?package=OECAPI&version=3.5.14 // Install OECAPI as a Cake Tool #tool nuget:?package=OECAPI&version=3.5.14
OEC API library encapsulates network communication between client application and OEC Servers and provided object-oriented access to OEC functionality through exposed components (objects), their properties, methods and events.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
Fixed errors:
CustomCompund.ToContract has generated contract with incorrect BaseContract symbol;
exception in OEC.API.getPriceFormatString;
linked accounts could be loaded incorrectly;
OEC.API.OECClient.OnLoggedUserClientsChanged could be skipped;
Changes:
Contract.ExpirationTime became obsolete;
Checking account and contract parts in a order draft;
OEC.API.BaseContract.MarginAccountType and OEC.API.BaseContract.MarginCallExempt introduced;