Skip to main content

PARAMS_IS_PARENT

Constant PARAMS_IS_PARENT 

Source
pub const PARAMS_IS_PARENT: &str = "is_parent";
Expand description

Params key used to flag a book subscription as targeting a parent symbol.

When the boolean value is true, the subscription fans out across all instruments that resolve from the parent components (see InstrumentId::parse_parent_components). When absent or false, the subscription is routed to the concrete instrument id only.