[][src]Struct botfair::generated_types::Runner

pub struct Runner {
    pub selectionId: SelectionId,
    pub handicap: f64,
    pub status: String,
    pub adjustmentFactor: Option<f64>,
    pub lastPriceTraded: Option<f64>,
    pub totalMatched: Option<f64>,
    pub removalDate: Option<DateTime<Utc>>,
    pub sp: Option<StartingPrices>,
    pub ex: Option<ExchangePrices>,
    pub orders: Option<Vec<Order>>,
    pub matches: Option<Vec<Match>>,
    pub matchesByStrategy: Option<HashMap<String, Matches>>,
}

The dynamic data about runners in a market

Fields

selectionId: SelectionIdhandicap: f64status: StringadjustmentFactor: Option<f64>lastPriceTraded: Option<f64>totalMatched: Option<f64>removalDate: Option<DateTime<Utc>>sp: Option<StartingPrices>ex: Option<ExchangePrices>orders: Option<Vec<Order>>matches: Option<Vec<Match>>matchesByStrategy: Option<HashMap<String, Matches>>

Trait Implementations

impl Debug for Runner[src]

impl Serialize for Runner[src]

impl<'de> Deserialize<'de> for Runner[src]

Auto Trait Implementations

impl Send for Runner

impl Sync for Runner

impl Unpin for Runner

impl UnwindSafe for Runner

impl RefUnwindSafe for Runner

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err