diff --git a/rustybot/src/events.rs b/rustybot/src/events.rs index a8f029c..1fc24cd 100644 --- a/rustybot/src/events.rs +++ b/rustybot/src/events.rs @@ -44,6 +44,7 @@ pub enum EventKind { TrailingStopMoved, OrderSubmitted, NewTick, + PositionClosed { position_id: u64 }, } #[derive(Copy, Clone, Debug, Eq, PartialEq, Hash)]