Struct bittrex::types::TickerInfo [] [src]

pub struct TickerInfo { /* fields omitted */ }

Ticker information structure.

Methods

impl TickerInfo
[src]

Gets the current bidding/buying price for the market.

Gets the current asking/selling price for the market.

Gets the last transaction price.

Trait Implementations

impl Debug for TickerInfo
[src]

Formats the value using the given formatter.

impl Clone for TickerInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more