FIX: fixed counting in the order proto

This commit is contained in:
Henry Winkel
2023-07-06 10:03:15 +02:00
parent 79eec70ccd
commit 4ee7e6068c
3 changed files with 22 additions and 22 deletions

View File

@@ -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;
}