[][src]Enum botfair::generated_types::GroupBy

pub enum GroupBy {
    EVENT_TYPE,
    EVENT,
    MARKET,
    RUNNER,
    SIDE,
    BET,
    STRATEGY,
}

Variants

EVENT_TYPE

A roll up of settled P&L, commission paid and number of bet orders, on a specified event type

EVENT

A roll up of settled P&L, commission paid and number of bet orders, on a specified event

MARKET

A roll up of settled P&L, commission paid and number of bet orders, on a specified market

RUNNER

A roll up of settled P&L and the number of bet orders, on a specified runner within a specified market

SIDE

An averaged roll up of settled P&L, and number of bets, on the specified side of a specified selection within a specified market, that are either settled or voided

BET

The P&L, commission paid, side and regulatory information etc, about each individual bet order

STRATEGY

A roll up of settled P&L and the number of bet orders, on a specified strategy across the Betfair Exchange

Trait Implementations

impl Debug for GroupBy[src]

impl Serialize for GroupBy[src]

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

Auto Trait Implementations

impl Send for GroupBy

impl Sync for GroupBy

impl Unpin for GroupBy

impl UnwindSafe for GroupBy

impl RefUnwindSafe for GroupBy

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