work on integrating new system
This commit is contained in:
parent
083dca500c
commit
063f4c8e27
8 changed files with 221 additions and 66 deletions
|
|
@ -109,4 +109,8 @@ impl EventQueue {
|
|||
pub fn len(&self) -> usize {
|
||||
self.events.len()
|
||||
}
|
||||
|
||||
pub fn peek_next(&self) -> Option<&BacktestEvent> {
|
||||
self.events.front()
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue