Struct bittrex_api::values::BittrexMarket
[−]
[src]
pub struct BittrexMarket {
pub market_currency: String,
pub base_currency: String,
pub market_currency_long: String,
pub base_currency_long: String,
pub min_trade_size: f32,
pub market_name: String,
pub is_active: bool,
pub created: String,
}Fields
market_currency: String
base_currency: String
market_currency_long: String
base_currency_long: String
min_trade_size: f32
market_name: String
is_active: bool
created: String