ADD: added orders and implemented order and moveorder and test for moveorder
This commit is contained in:
13
include/Orders/protos/HoldOrder.proto
Normal file
13
include/Orders/protos/HoldOrder.proto
Normal file
@@ -0,0 +1,13 @@
|
||||
syntax = "proto3";
|
||||
package messages.entity.order;
|
||||
|
||||
import "google/protobuf/timestamp.proto";
|
||||
|
||||
|
||||
message HoldOrder
|
||||
{
|
||||
|
||||
optional google.protobuf.Timestamp endingTime = 1;
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user