Trait tastyworks::streamer::SubscriptionValue[][src]

pub trait SubscriptionValue {
    fn to_price(&self) -> Option<Rational64>;
}

Required methods

Implementations on Foreign Types

Implementors