Enum bittrex_api::values::BittrexOrderType [] [src]

pub enum BittrexOrderType {
    Sell,
    Buy,
    Both,
}

Variants

Trait Implementations

impl Debug for BittrexOrderType
[src]

Formats the value using the given formatter.

impl Display for BittrexOrderType
[src]

Formats the value using the given formatter. Read more