pub fn expiry_date_to_timestamp(underlying: &str, expiry: u64) -> u64Expand description
Convert expiry date (YYYYMMDD format) to Unix timestamp.
This is a free function so that both MarginManager and ExpiryManager
can use it without circular dependencies.