From efd86dfdf71cf29e9a6652fbd202875ca8aeb33e Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Mon, 10 Aug 2020 18:37:28 +0200 Subject: [PATCH] Fix orderType a num (no string) --- NKC_SDK/Objects.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NKC_SDK/Objects.cs b/NKC_SDK/Objects.cs index 5322da8..8fe8af4 100644 --- a/NKC_SDK/Objects.cs +++ b/NKC_SDK/Objects.cs @@ -54,7 +54,8 @@ namespace NKC_SDK /// /// Tipo di ordine richiesto /// - [JsonConverter(typeof(StringEnumConverter))] + // riportato a numero + //[JsonConverter(typeof(StringEnumConverter))] public oType OrderType { get; set; } /// /// Elenco ordini richeisti da processare / nestare