Struct binance::rest_model::Symbol
source · [−]pub struct Symbol {Show 17 fields
pub symbol: String,
pub status: String,
pub base_asset: String,
pub base_asset_precision: u64,
pub quote_asset: String,
pub quote_precision: u64,
pub quote_asset_precision: u64,
pub base_commission_precision: u64,
pub quote_commission_precision: u64,
pub order_types: Vec<OrderType>,
pub iceberg_allowed: bool,
pub oco_allowed: bool,
pub quote_order_qty_market_allowed: bool,
pub is_spot_trading_allowed: bool,
pub is_margin_trading_allowed: bool,
pub filters: Vec<Filters>,
pub permissions: Vec<SymbolPermission>,
}Fields
symbol: Stringstatus: Stringbase_asset: Stringbase_asset_precision: u64quote_asset: Stringquote_precision: u64quote_asset_precision: u64base_commission_precision: u64quote_commission_precision: u64order_types: Vec<OrderType>iceberg_allowed: booloco_allowed: boolquote_order_qty_market_allowed: boolis_spot_trading_allowed: boolis_margin_trading_allowed: boolfilters: Vec<Filters>permissions: Vec<SymbolPermission>Implementations
Trait Implementations
sourceimpl<'de> Deserialize<'de> for Symbol
impl<'de> Deserialize<'de> for Symbol
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Symbol
impl Send for Symbol
impl Sync for Symbol
impl Unpin for Symbol
impl UnwindSafe for Symbol
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more