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

pub struct MarketSummary { /* fields omitted */ }

Market summary structure

Methods

impl MarketSummary
[src]

[src]

Gets the name of the market.

[src]

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

[src]

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

[src]

Gets the last transaction price.

[src]

Gets the current bidding/buying price.

[src]

Gets the current asking/selling price.

[src]

Gets the volume of the market.

[src]

Gets the base volume of the market.

[src]

Gets the timestamp of the information.

[src]

Gets the number of open buying orders.

[src]

Gets the number of open selling orders.

[src]

Gets the price of the previous day.

[src]

Gets the market creation time.

[src]

Gets the name to display for the market.

Trait Implementations

impl Debug for MarketSummary
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Sync for MarketSummary