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

pub struct Order { /* fields omitted */ }

Structure representing an order.

Methods

impl Order
[src]

[src]

Gets the quantity being ordered.

[src]

Gets the rate/price of the order.

Trait Implementations

impl Debug for Order
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for Order
[src]

impl Clone for Order
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Order

impl Sync for Order