pub trait FillMarketOrderHandler { // Required method fn fill_market_order(&mut self, order: &OrderAny); }