Enum coinbase_api::OrderType[][src]

pub enum OrderType {
    Limit,
    Market,
}

Variants

Trait Implementations

impl Debug for OrderType
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for OrderType

impl Sync for OrderType