@loafmarkets/shared-types 1.0.12 → 1.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/proto/trading.proto +5 -0
package/package.json
CHANGED
package/proto/trading.proto
CHANGED
|
@@ -141,6 +141,11 @@ message CancelOrderResponse {
|
|
|
141
141
|
string error_message = 3;
|
|
142
142
|
}
|
|
143
143
|
|
|
144
|
+
message OrderCancelled {
|
|
145
|
+
uint64 order_id = 1;
|
|
146
|
+
uint32 property_id = 2;
|
|
147
|
+
}
|
|
148
|
+
|
|
144
149
|
// --------------------------------------------------------------
|
|
145
150
|
// Service 2: TradingService (for Market Maker)
|
|
146
151
|
// --------------------------------------------------------------
|