pub const fn exchange_time_to_nanos(
exchange_time: u64,
exchange_format: TimestampFormat,
) -> u64Expand description
Convert exchange timestamp to nanoseconds based on its format This is a performance-critical function used in hot paths
pub const fn exchange_time_to_nanos(
exchange_time: u64,
exchange_format: TimestampFormat,
) -> u64Convert exchange timestamp to nanoseconds based on its format This is a performance-critical function used in hot paths