Struct bittrex::types::MarketSummary [] [src]

pub struct MarketSummary { /* fields omitted */ }

Market summary structure

Methods

impl MarketSummary
[src]

Gets the name of the market.

Gets the highest transaction value in the last 24 hours for the market.

Gets the lowest transaction value in the last 24 hours for the market.

Gets the last transaction price.

Gets the current bidding/buying price.

Gets the current asking/selling price.

Gets the volume of the market.

Gets the base volume of the market.

Gets the timestamp of the information.

Gets the number of open buying orders.

Gets the number of open selling orders.

Gets the price of the previous day.

Gets the market creation time.

Gets the name to display for the market.

Trait Implementations

impl Debug for MarketSummary
[src]

Formats the value using the given formatter.

impl Clone for MarketSummary
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more