[][src]Struct botfair::generated_api::listClearedOrdersRequest

pub struct listClearedOrdersRequest {
    pub betStatus: BetStatus,
    pub eventTypeIds: Option<Vec<EventTypeId>>,
    pub eventIds: Option<Vec<EventId>>,
    pub marketIds: Option<Vec<MarketId>>,
    pub runnerIds: Option<Vec<RunnerId>>,
    pub betIds: Option<Vec<BetId>>,
    pub customerOrderRefs: Option<Vec<CustomerOrderRef>>,
    pub customerStrategyRefs: Option<Vec<CustomerStrategyRef>>,
    pub side: Option<Side>,
    pub settledDateRange: Option<TimeRange>,
    pub groupBy: Option<GroupBy>,
    pub includeItemDescription: Option<bool>,
    pub locale: Option<String>,
    pub fromRecord: Option<i32>,
    pub recordCount: Option<i32>,
}

Fields

betStatus: BetStatuseventTypeIds: Option<Vec<EventTypeId>>eventIds: Option<Vec<EventId>>marketIds: Option<Vec<MarketId>>runnerIds: Option<Vec<RunnerId>>betIds: Option<Vec<BetId>>customerOrderRefs: Option<Vec<CustomerOrderRef>>customerStrategyRefs: Option<Vec<CustomerStrategyRef>>side: Option<Side>settledDateRange: Option<TimeRange>groupBy: Option<GroupBy>includeItemDescription: Option<bool>locale: Option<String>fromRecord: Option<i32>recordCount: Option<i32>

Trait Implementations

impl Serialize for listClearedOrdersRequest[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, U> TryInto<U> for T where
    U: TryFrom<T>, 

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