Align jq microcap execution with intraday snapshots
This commit is contained in:
@@ -21,7 +21,8 @@ impl Instrument {
|
||||
}
|
||||
|
||||
pub fn is_delisted_before(&self, date: NaiveDate) -> bool {
|
||||
self.delisted_at.is_some_and(|delisted_at| delisted_at < date)
|
||||
self.delisted_at
|
||||
.is_some_and(|delisted_at| delisted_at < date)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user