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

pub struct TickerInfo { /* fields omitted */ }

Ticker information structure.

Methods

impl TickerInfo
[src]

[src]

Gets the current bidding/buying price for the market.

[src]

Gets the current asking/selling price for the market.

[src]

Gets the last transaction price.

Trait Implementations

impl Debug for TickerInfo
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for TickerInfo
[src]

impl Clone for TickerInfo
[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 TickerInfo

impl Sync for TickerInfo