Enum michromer::data::OrderType [] [src]

pub enum OrderType {
    Limit,
    Market,
    FillOrKill,
    ImmediateOrCancel,
}

Variants

LimitMarketFillOrKillImmediateOrCancel

Trait Implementations

impl Clone for OrderType
[src]

fn clone(&self) -> OrderType

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Debug for OrderType
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Display for OrderType
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Serialize for OrderType
[src]

fn serialize<S>(&self, serializer: &mut S) -> Result<(), S::Error> where S: Serializer

Serializes this value into this serializer.

impl Deserialize for OrderType
[src]

fn deserialize<D>(deserializer: &mut D) -> Result<OrderType, D::Error> where D: Deserializer

Deserialize this value given this Deserializer.