FIX: fixed counting in the order proto
This commit is contained in:
@@ -8,8 +8,8 @@ message Order
|
||||
{
|
||||
messages.track.Identifier OrderID = 1;
|
||||
|
||||
uint32 OrderType = 4;
|
||||
uint32 OrderType = 2;
|
||||
|
||||
google.protobuf.Any OrderPayload = 5;
|
||||
google.protobuf.Any OrderPayload = 3;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user