Struct lib::kraken::ResultAssetPairs [−][src]
pub struct ResultAssetPairs { pub aclass_base: String, pub altname: String, pub base: String, pub aclass_quote: String, pub quote: String, pub lot: String, pub pair_decimals: i64, pub lot_decimals: i64, pub lot_multiplier: i64, pub leverage_buy: Vec<i64>, pub leverage_sell: Vec<i64>, pub fees: Vec<Vec<f32>>, pub fees_maker: Option<Vec<Vec<f32>>>, pub fee_volume_currency: String, pub margin_call: i64, pub margin_stop: i64, }
Fields
aclass_base: String
altname: String
base: String
aclass_quote: String
quote: String
lot: String
pair_decimals: i64
lot_decimals: i64
lot_multiplier: i64
leverage_buy: Vec<i64>
leverage_sell: Vec<i64>
fees: Vec<Vec<f32>>
fees_maker: Option<Vec<Vec<f32>>>
fee_volume_currency: String
margin_call: i64
margin_stop: i64
Trait Implementations
impl Debug for ResultAssetPairs
[src]
impl Debug for ResultAssetPairs
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for ResultAssetPairs
[src]
impl PartialEq for ResultAssetPairs
fn eq(&self, other: &ResultAssetPairs) -> bool
[src]
fn eq(&self, other: &ResultAssetPairs) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &ResultAssetPairs) -> bool
[src]
fn ne(&self, other: &ResultAssetPairs) -> bool
This method tests for !=
.
Auto Trait Implementations
impl Send for ResultAssetPairs
impl Send for ResultAssetPairs
impl Sync for ResultAssetPairs
impl Sync for ResultAssetPairs