@loafmarkets/shared-types 1.0.37 → 1.0.38
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 +1 -1
package/package.json
CHANGED
package/proto/trading.proto
CHANGED
|
@@ -10,7 +10,7 @@ message Order {
|
|
|
10
10
|
uint64 price = 4;
|
|
11
11
|
uint32 price_multiplier = 5; // 1, 100, 1000
|
|
12
12
|
uint32 quantity = 6;
|
|
13
|
-
uint32
|
|
13
|
+
uint32 quantity_multiplier = 7; // 1, 100, 1000
|
|
14
14
|
uint32 quantity_remaining = 8;
|
|
15
15
|
OrderSide side = 9;
|
|
16
16
|
OrderType type = 10;
|