parse_status_trading_event

Function parse_status_trading_event 

Source
pub fn parse_status_trading_event(value: u16) -> Result<Option<Ustr>>
Expand description

Parses a Databento status trading event code into a human-readable string.

ยงErrors

Returns an error if value is an invalid status trading event code.