We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3680435 commit 6b23e4eCopy full SHA for 6b23e4e
1 file changed
include/slick/orderbook/types.hpp
@@ -18,7 +18,7 @@ SLICK_NAMESPACE_BEGIN
18
using Price = int64_t;
19
20
/// Quantity type - volume or size
21
-using Quantity = uint64_t;
+using Quantity = int64_t;
22
23
/// Unique order identifier
24
using OrderId = uint64_t;
0 commit comments