Struct bittrex::types::MarketInfo [] [src]

pub struct MarketInfo { /* fields omitted */ }

Market information structure.

Methods

impl MarketInfo
[src]

[src]

Gets the market currency.

[src]

Gets the base currency.

[src]

Gets the long name of the market currency.

[src]

Gets the long name of the base currency.

[src]

Gets the minimum trade size.

[src]

Gets the market name.

[src]

Gets wether the market is active or not.

[src]

Gets the market creation time.

[src]

Gets the optional notice in the market.

[src]

Gets wether the market is sponsored

[src]

Gets the logo URL for the market.

Trait Implementations

impl Debug for MarketInfo
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Sync for MarketInfo