Fix orderType a num (no string)
This commit is contained in:
+2
-1
@@ -54,7 +54,8 @@ namespace NKC_SDK
|
||||
/// <summary>
|
||||
/// Tipo di ordine richiesto
|
||||
/// </summary>
|
||||
[JsonConverter(typeof(StringEnumConverter))]
|
||||
// riportato a numero
|
||||
//[JsonConverter(typeof(StringEnumConverter))]
|
||||
public oType OrderType { get; set; }
|
||||
/// <summary>
|
||||
/// Elenco ordini richeisti da processare / nestare
|
||||
|
||||
Reference in New Issue
Block a user