17 using Newtonsoft.Json;
18 using System.Collections.Generic;
30 [JsonProperty(PropertyName =
"id")]
31 public int Id {
get;
internal set; }
36 [JsonProperty(PropertyName =
"quantity")]
42 [JsonProperty(PropertyName =
"count")]
48 [JsonProperty(PropertyName =
"limitPrice")]
55 [JsonProperty(PropertyName =
"orderIds")]
61 [JsonProperty(PropertyName =
"direction")]
98 public GroupOrderManager(
int id,
int legCount, decimal quantity, decimal limitPrice = 0) : this(legCount, quantity, limitPrice)