Skip to content

Commit 68cb3b8

Browse files
OEML SDK generator
1 parent eb8cf18 commit 68cb3b8

27 files changed

+35
-35
lines changed

ems-gateway-rest-sdk/csharp-netcore/CoinAPI.OMS.API.SDK.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
22
# Visual Studio 2012
33
VisualStudioVersion = 12.0.0.0
44
MinimumVisualStudioVersion = 10.0.0.1
5-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoinAPI.OMS.API.SDK", "src\CoinAPI.OMS.API.SDK\CoinAPI.OMS.API.SDK.csproj", "{5E0A16A8-956A-462E-8F1D-A8D2E6332F2D}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoinAPI.OMS.API.SDK", "src\CoinAPI.OMS.API.SDK\CoinAPI.OMS.API.SDK.csproj", "{A3581EC4-AC32-4CAF-867F-BB185EF5AA4A}"
66
EndProject
77
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoinAPI.OMS.API.SDK.Test", "src\CoinAPI.OMS.API.SDK.Test\CoinAPI.OMS.API.SDK.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}"
88
EndProject
@@ -12,10 +12,10 @@ Global
1212
Release|Any CPU = Release|Any CPU
1313
EndGlobalSection
1414
GlobalSection(ProjectConfigurationPlatforms) = postSolution
15-
{5E0A16A8-956A-462E-8F1D-A8D2E6332F2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16-
{5E0A16A8-956A-462E-8F1D-A8D2E6332F2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
17-
{5E0A16A8-956A-462E-8F1D-A8D2E6332F2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
18-
{5E0A16A8-956A-462E-8F1D-A8D2E6332F2D}.Release|Any CPU.Build.0 = Release|Any CPU
15+
{A3581EC4-AC32-4CAF-867F-BB185EF5AA4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{A3581EC4-AC32-4CAF-867F-BB185EF5AA4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{A3581EC4-AC32-4CAF-867F-BB185EF5AA4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{A3581EC4-AC32-4CAF-867F-BB185EF5AA4A}.Release|Any CPU.Build.0 = Release|Any CPU
1919
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2020
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
2121
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU

ems-gateway-rest-sdk/csharp/CoinAPI.OMS.REST.V1.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
22
# Visual Studio 2012
33
VisualStudioVersion = 12.0.0.0
44
MinimumVisualStudioVersion = 10.0.0.1
5-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoinAPI.OMS.REST.V1", "src\CoinAPI.OMS.REST.V1\CoinAPI.OMS.REST.V1.csproj", "{1CDAD6FB-E6F7-4138-BD89-672B6AA549AD}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoinAPI.OMS.REST.V1", "src\CoinAPI.OMS.REST.V1\CoinAPI.OMS.REST.V1.csproj", "{885B61C6-B707-4461-8C9D-203DB54F9BBB}"
66
EndProject
77
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoinAPI.OMS.REST.V1.Test", "src\CoinAPI.OMS.REST.V1.Test\CoinAPI.OMS.REST.V1.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}"
88
EndProject
@@ -12,10 +12,10 @@ Global
1212
Release|Any CPU = Release|Any CPU
1313
EndGlobalSection
1414
GlobalSection(ProjectConfigurationPlatforms) = postSolution
15-
{1CDAD6FB-E6F7-4138-BD89-672B6AA549AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16-
{1CDAD6FB-E6F7-4138-BD89-672B6AA549AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
17-
{1CDAD6FB-E6F7-4138-BD89-672B6AA549AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
18-
{1CDAD6FB-E6F7-4138-BD89-672B6AA549AD}.Release|Any CPU.Build.0 = Release|Any CPU
15+
{885B61C6-B707-4461-8C9D-203DB54F9BBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{885B61C6-B707-4461-8C9D-203DB54F9BBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{885B61C6-B707-4461-8C9D-203DB54F9BBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{885B61C6-B707-4461-8C9D-203DB54F9BBB}.Release|Any CPU.Build.0 = Release|Any CPU
1919
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2020
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
2121
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU

ems-gateway-rest-sdk/csharp/src/CoinAPI.OMS.REST.V1.Test/CoinAPI.OMS.REST.V1.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Contact: support@coinapi.io
8181
<Import Project="$(MsBuildToolsPath)\Microsoft.CSharp.targets" />
8282
<ItemGroup>
8383
<ProjectReference Include="..\CoinAPI.OMS.REST.V1\CoinAPI.OMS.REST.V1.csproj">
84-
<Project>{1CDAD6FB-E6F7-4138-BD89-672B6AA549AD}</Project>
84+
<Project>{885B61C6-B707-4461-8C9D-203DB54F9BBB}</Project>
8585
<Name>CoinAPI.OMS.REST.V1</Name>
8686
</ProjectReference>
8787
</ItemGroup>

ems-gateway-rest-sdk/csharp/src/CoinAPI.OMS.REST.V1/CoinAPI.OMS.REST.V1.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Contact: support@coinapi.io
1212

1313
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
1414
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
15-
<ProjectGuid>{1CDAD6FB-E6F7-4138-BD89-672B6AA549AD}</ProjectGuid>
15+
<ProjectGuid>{885B61C6-B707-4461-8C9D-203DB54F9BBB}</ProjectGuid>
1616
<OutputType>Library</OutputType>
1717
<AppDesignerFolder>Properties</AppDesignerFolder>
1818
<RootNamespace>CoinAPI.OMS.REST.V1</RootNamespace>

ems-gateway-rest-sdk/eiffel/api_client.ecf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="ISO-8859-1"?>
2-
<system xmlns="http://www.eiffel.com/developers/xml/configuration-1-21-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-21-0 http://www.eiffel.com/developers/xml/configuration-1-21-0.xsd" name="openapi_eiffel_client" uuid="2bd968b4-a555-422f-ba10-026e83a8eaaf" library_target="openapi_eiffel_client">
2+
<system xmlns="http://www.eiffel.com/developers/xml/configuration-1-21-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-21-0 http://www.eiffel.com/developers/xml/configuration-1-21-0.xsd" name="openapi_eiffel_client" uuid="14fb2cee-d854-466e-abb5-e548d6d39db5" library_target="openapi_eiffel_client">
33
<target name="openapi_eiffel_client">
44
<root all_classes="true"/>
55
<file_rule>

ems-gateway-rest-sdk/eiffel/test/api_test.ecf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="ISO-8859-1"?>
2-
<system xmlns="http://www.eiffel.com/developers/xml/configuration-1-21-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-21-0 http://www.eiffel.com/developers/xml/configuration-1-21-0.xsd" name="test" uuid="cbdfdd54-dd2b-494d-abef-cc526b423c4e">
2+
<system xmlns="http://www.eiffel.com/developers/xml/configuration-1-21-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-21-0 http://www.eiffel.com/developers/xml/configuration-1-21-0.xsd" name="test" uuid="f6df8695-eafb-4156-918f-a7c1281cf15b">
33
<target name="test">
44
<root feature="make" class="APPLICATION"/>
55
<file_rule>

ems-gateway-rest-sdk/groovy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ This Groovy package, using the [http-builder-ng library](https://http-builder-ng
7070

7171
- API version: v1
7272
- Package version: v1
73-
- Build date: 2022-05-06T00:17:07.509257Z[Etc/UTC]
73+
- Build date: 2022-05-06T08:00:51.951446Z[Etc/UTC]
7474
- Build package: org.openapitools.codegen.languages.GroovyClientCodegen
7575
For more information, please visit [https://www.coinapi.io](https://www.coinapi.io)
7676

ems-gateway-rest-sdk/java/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
EMS - REST API
44
- API version: v1
5-
- Build date: 2022-05-06T00:17:07.633763Z[Etc/UTC]
5+
- Build date: 2022-05-06T08:00:52.066271Z[Etc/UTC]
66

77
This section will provide necessary information about the `CoinAPI EMS REST API` protocol.
88
<br/>

ems-gateway-rest-sdk/java/src/main/java/org/openapitools/client/ApiException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* <p>ApiException class.</p>
2121
*/
2222
@SuppressWarnings("serial")
23-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-06T00:17:07.633763Z[Etc/UTC]")
23+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-06T08:00:52.066271Z[Etc/UTC]")
2424
public class ApiException extends Exception {
2525
private int code = 0;
2626
private Map<String, List<String>> responseHeaders = null;

ems-gateway-rest-sdk/java/src/main/java/org/openapitools/client/Configuration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
package org.openapitools.client;
1515

16-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-06T00:17:07.633763Z[Etc/UTC]")
16+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-06T08:00:52.066271Z[Etc/UTC]")
1717
public class Configuration {
1818
private static ApiClient defaultApiClient = new ApiClient();
1919

ems-gateway-rest-sdk/java/src/main/java/org/openapitools/client/Pair.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
package org.openapitools.client;
1515

16-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-06T00:17:07.633763Z[Etc/UTC]")
16+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-06T08:00:52.066271Z[Etc/UTC]")
1717
public class Pair {
1818
private String name = "";
1919
private String value = "";

ems-gateway-rest-sdk/java/src/main/java/org/openapitools/client/StringUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import java.util.Collection;
1717
import java.util.Iterator;
1818

19-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-06T00:17:07.633763Z[Etc/UTC]")
19+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-06T08:00:52.066271Z[Etc/UTC]")
2020
public class StringUtil {
2121
/**
2222
* Check if the given array contains the given value (with case-insensitive comparison).

ems-gateway-rest-sdk/java/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import java.util.Map;
2121
import java.util.List;
2222

23-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-06T00:17:07.633763Z[Etc/UTC]")
23+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-06T08:00:52.066271Z[Etc/UTC]")
2424
public class ApiKeyAuth implements Authentication {
2525
private final String location;
2626
private final String paramName;

ems-gateway-rest-sdk/java/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import java.util.Map;
2121
import java.util.List;
2222

23-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-06T00:17:07.633763Z[Etc/UTC]")
23+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-06T08:00:52.066271Z[Etc/UTC]")
2424
public class HttpBearerAuth implements Authentication {
2525
private final String scheme;
2626
private String bearerToken;

ems-gateway-rest-sdk/java/src/main/java/org/openapitools/client/model/Balance.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
/**
3131
* Balance
3232
*/
33-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-06T00:17:07.633763Z[Etc/UTC]")
33+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-06T08:00:52.066271Z[Etc/UTC]")
3434
public class Balance {
3535
public static final String SERIALIZED_NAME_EXCHANGE_ID = "exchange_id";
3636
@SerializedName(SERIALIZED_NAME_EXCHANGE_ID)

ems-gateway-rest-sdk/java/src/main/java/org/openapitools/client/model/BalanceData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
/**
2828
* BalanceData
2929
*/
30-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-06T00:17:07.633763Z[Etc/UTC]")
30+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-06T08:00:52.066271Z[Etc/UTC]")
3131
public class BalanceData {
3232
public static final String SERIALIZED_NAME_ASSET_ID_EXCHANGE = "asset_id_exchange";
3333
@SerializedName(SERIALIZED_NAME_ASSET_ID_EXCHANGE)

ems-gateway-rest-sdk/java/src/main/java/org/openapitools/client/model/Fills.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
/**
3030
* Fills
3131
*/
32-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-06T00:17:07.633763Z[Etc/UTC]")
32+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-06T08:00:52.066271Z[Etc/UTC]")
3333
public class Fills {
3434
public static final String SERIALIZED_NAME_TIME = "time";
3535
@SerializedName(SERIALIZED_NAME_TIME)

ems-gateway-rest-sdk/java/src/main/java/org/openapitools/client/model/MessageReject.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
/**
2929
* MessageReject
3030
*/
31-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-06T00:17:07.633763Z[Etc/UTC]")
31+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-06T08:00:52.066271Z[Etc/UTC]")
3232
public class MessageReject {
3333
public static final String SERIALIZED_NAME_TYPE = "type";
3434
@SerializedName(SERIALIZED_NAME_TYPE)

ems-gateway-rest-sdk/java/src/main/java/org/openapitools/client/model/OrderCancelAllRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* Cancel all orders request object.
2929
*/
3030
@ApiModel(description = "Cancel all orders request object.")
31-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-06T00:17:07.633763Z[Etc/UTC]")
31+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-06T08:00:52.066271Z[Etc/UTC]")
3232
public class OrderCancelAllRequest {
3333
public static final String SERIALIZED_NAME_EXCHANGE_ID = "exchange_id";
3434
@SerializedName(SERIALIZED_NAME_EXCHANGE_ID)

ems-gateway-rest-sdk/java/src/main/java/org/openapitools/client/model/OrderCancelSingleRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* Cancel single order request object.
2929
*/
3030
@ApiModel(description = "Cancel single order request object.")
31-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-06T00:17:07.633763Z[Etc/UTC]")
31+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-06T08:00:52.066271Z[Etc/UTC]")
3232
public class OrderCancelSingleRequest {
3333
public static final String SERIALIZED_NAME_EXCHANGE_ID = "exchange_id";
3434
@SerializedName(SERIALIZED_NAME_EXCHANGE_ID)

ems-gateway-rest-sdk/java/src/main/java/org/openapitools/client/model/OrderExecutionReport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
* The order execution report object.
4040
*/
4141
@ApiModel(description = "The order execution report object.")
42-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-06T00:17:07.633763Z[Etc/UTC]")
42+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-06T08:00:52.066271Z[Etc/UTC]")
4343
public class OrderExecutionReport {
4444
public static final String SERIALIZED_NAME_EXCHANGE_ID = "exchange_id";
4545
@SerializedName(SERIALIZED_NAME_EXCHANGE_ID)

ems-gateway-rest-sdk/java/src/main/java/org/openapitools/client/model/OrderExecutionReportAllOf.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* The order execution report message.
3434
*/
3535
@ApiModel(description = "The order execution report message.")
36-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-06T00:17:07.633763Z[Etc/UTC]")
36+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-06T08:00:52.066271Z[Etc/UTC]")
3737
public class OrderExecutionReportAllOf {
3838
public static final String SERIALIZED_NAME_CLIENT_ORDER_ID_FORMAT_EXCHANGE = "client_order_id_format_exchange";
3939
@SerializedName(SERIALIZED_NAME_CLIENT_ORDER_ID_FORMAT_EXCHANGE)

ems-gateway-rest-sdk/java/src/main/java/org/openapitools/client/model/OrderNewSingleRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* The new order message.
3636
*/
3737
@ApiModel(description = "The new order message.")
38-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-06T00:17:07.633763Z[Etc/UTC]")
38+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-06T08:00:52.066271Z[Etc/UTC]")
3939
public class OrderNewSingleRequest {
4040
public static final String SERIALIZED_NAME_EXCHANGE_ID = "exchange_id";
4141
@SerializedName(SERIALIZED_NAME_EXCHANGE_ID)

ems-gateway-rest-sdk/java/src/main/java/org/openapitools/client/model/Position.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
/**
3131
* Position
3232
*/
33-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-06T00:17:07.633763Z[Etc/UTC]")
33+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-06T08:00:52.066271Z[Etc/UTC]")
3434
public class Position {
3535
public static final String SERIALIZED_NAME_EXCHANGE_ID = "exchange_id";
3636
@SerializedName(SERIALIZED_NAME_EXCHANGE_ID)

ems-gateway-rest-sdk/java/src/main/java/org/openapitools/client/model/PositionData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* The Position object.
3131
*/
3232
@ApiModel(description = "The Position object.")
33-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-06T00:17:07.633763Z[Etc/UTC]")
33+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-06T08:00:52.066271Z[Etc/UTC]")
3434
public class PositionData {
3535
public static final String SERIALIZED_NAME_SYMBOL_ID_EXCHANGE = "symbol_id_exchange";
3636
@SerializedName(SERIALIZED_NAME_SYMBOL_ID_EXCHANGE)

ems-gateway-rest-sdk/java/src/main/java/org/openapitools/client/model/ValidationError.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
/**
2929
* ValidationError
3030
*/
31-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-06T00:17:07.633763Z[Etc/UTC]")
31+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-05-06T08:00:52.066271Z[Etc/UTC]")
3232
public class ValidationError {
3333
public static final String SERIALIZED_NAME_TYPE = "type";
3434
@SerializedName(SERIALIZED_NAME_TYPE)

ems-gateway-rest-sdk/powershell/Build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ $Manifest = @{
5858
ModuleVersion = '0.1.2'
5959

6060
RootModule = 'PSOpenAPITools.psm1'
61-
Guid = '{150CB942-6B59-4152-9D28-FE3EBD0C400A}' # Has to be static, otherwise each new build will be considered different module
61+
Guid = '{3C50C85B-9226-4D16-9510-D49464BDFB2B}' # Has to be static, otherwise each new build will be considered different module
6262

6363
PowerShellVersion = '6.2'
6464

0 commit comments

Comments
 (0)