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

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

Required methods

pub fn to_price(&self) -> Option<Rational64>[src]

Loading content...

Implementations on Foreign Types

impl SubscriptionValue for Value[src]

Loading content...

Implementors

Loading content...