Struct nash_protocol::protocol::subscriptions::trades::TradesResponse [−][src]
Expand description
List of new incoming trades for a market via subscription.
Fields
market: Stringtrades: Vec<Trade>Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for TradesResponse
impl Send for TradesResponse
impl Sync for TradesResponse
impl Unpin for TradesResponse
impl UnwindSafe for TradesResponse
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more