Skip to main content

ReplayCommandExt

Trait ReplayCommandExt 

Source
pub trait ReplayCommandExt {
    // Required methods
    fn decode_command(&self) -> OrderActionMessage;
    fn decode_response(&self) -> Option<OrderUpdateMessage>;
}
Expand description

Extension trait for decoding wire-format replay commands into typed messages.

Required Methods§

Implementations on Foreign Types§

Source§

impl ReplayCommandExt for ReplayCommand

Implementors§