Add persistent limit orders and cancel semantics

This commit is contained in:
boris
2026-04-23 03:13:26 -07:00
parent 8aae4941a5
commit 14326c0847
4 changed files with 1020 additions and 116 deletions

View File

@@ -31,6 +31,7 @@ pub enum OrderSide {
#[derive(Debug, Clone, Copy, Serialize, Deserialize, PartialEq, Eq)]
pub enum OrderStatus {
Pending,
Filled,
PartiallyFilled,
Canceled,