Struct bittrex::types::Order [] [src]

pub struct Order { /* fields omitted */ }

Structure representing an order.

Methods

impl Order
[src]

Gets the quantity being ordered.

Gets the rate/price of the order.

Trait Implementations

impl Debug for Order
[src]

Formats the value using the given formatter.

impl Clone for Order
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more