[][src]Struct botfair::generated_types::ClearedOrderSummary

pub struct ClearedOrderSummary {
    pub eventTypeId: Option<EventTypeId>,
    pub eventId: Option<EventId>,
    pub marketId: Option<MarketId>,
    pub selectionId: Option<SelectionId>,
    pub handicap: Option<Handicap>,
    pub betId: Option<BetId>,
    pub placedDate: Option<DateTime<Utc>>,
    pub persistenceType: Option<String>,
    pub orderType: Option<String>,
    pub side: Option<String>,
    pub itemDescription: Option<ItemDescription>,
    pub betOutcome: Option<String>,
    pub priceRequested: Option<Price>,
    pub settledDate: Option<DateTime<Utc>>,
    pub lastMatchedDate: Option<DateTime<Utc>>,
    pub betCount: Option<i32>,
    pub commission: Option<Size>,
    pub priceMatched: Option<Price>,
    pub priceReduced: Option<bool>,
    pub sizeSettled: Option<Size>,
    pub profit: Option<Size>,
    pub sizeCancelled: Option<Size>,
    pub customerOrderRef: Option<String>,
    pub customerStrategyRef: Option<String>,
}

Summary of a cleared order.

Fields

eventTypeId: Option<EventTypeId>eventId: Option<EventId>marketId: Option<MarketId>selectionId: Option<SelectionId>handicap: Option<Handicap>betId: Option<BetId>placedDate: Option<DateTime<Utc>>persistenceType: Option<String>orderType: Option<String>side: Option<String>itemDescription: Option<ItemDescription>betOutcome: Option<String>priceRequested: Option<Price>settledDate: Option<DateTime<Utc>>lastMatchedDate: Option<DateTime<Utc>>betCount: Option<i32>commission: Option<Size>priceMatched: Option<Price>priceReduced: Option<bool>sizeSettled: Option<Size>profit: Option<Size>sizeCancelled: Option<Size>customerOrderRef: Option<String>customerStrategyRef: Option<String>

Trait Implementations

impl Debug for ClearedOrderSummary[src]

impl Serialize for ClearedOrderSummary[src]

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

Auto Trait Implementations

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