pub struct SymbolInfo {Show 96 fields
pub custom: bool,
pub chart_mode: i64,
pub select: bool,
pub visible: bool,
pub session_deals: i64,
pub session_buy_orders: i64,
pub session_sell_orders: i64,
pub volume: i64,
pub volume_high: i64,
pub volume_low: i64,
pub time: i64,
pub digits: i64,
pub spread: i64,
pub spread_float: bool,
pub ticks_book_depth: i64,
pub trade_calc_mode: i64,
pub trade_mode: i64,
pub start_time: i64,
pub expiration_time: i64,
pub trade_stops_level: i64,
pub trade_freeze_level: i64,
pub trade_exe_mode: i64,
pub swap_mode: i64,
pub swap_rollover3days: i64,
pub margin_hedged_use_leg: bool,
pub expiration_mode: i64,
pub filling_mode: i64,
pub order_mode: i64,
pub order_gtc_mode: i64,
pub option_mode: i64,
pub option_right: i64,
pub bid: f64,
pub bidhigh: f64,
pub bidlow: f64,
pub ask: f64,
pub askhigh: f64,
pub asklow: f64,
pub last: f64,
pub lasthigh: f64,
pub lastlow: f64,
pub volume_real: f64,
pub volumehigh_real: f64,
pub volumelow_real: f64,
pub option_strike: f64,
pub point: f64,
pub trade_tick_value: f64,
pub trade_tick_value_profit: f64,
pub trade_tick_value_loss: f64,
pub trade_tick_size: f64,
pub trade_contract_size: f64,
pub trade_accrued_interest: f64,
pub trade_face_value: f64,
pub trade_liquidity_rate: f64,
pub volume_min: f64,
pub volume_max: f64,
pub volume_step: f64,
pub volume_limit: f64,
pub swap_long: f64,
pub swap_short: f64,
pub margin_initial: f64,
pub margin_maintenance: f64,
pub session_volume: f64,
pub session_turnover: f64,
pub session_interest: f64,
pub session_buy_orders_volume: f64,
pub session_sell_orders_volume: f64,
pub session_open: f64,
pub session_close: f64,
pub session_aw: f64,
pub session_price_settlement: f64,
pub session_price_limit_min: f64,
pub session_price_limit_max: f64,
pub margin_hedged: f64,
pub price_change: f64,
pub price_volatility: f64,
pub price_theoretical: f64,
pub price_greeks_delta: f64,
pub price_greeks_theta: f64,
pub price_greeks_gamma: f64,
pub price_greeks_vega: f64,
pub price_greeks_rho: f64,
pub price_greeks_omega: f64,
pub price_sensitivity: f64,
pub basis: String,
pub category: String,
pub currency_base: String,
pub currency_profit: String,
pub currency_margin: String,
pub bank: String,
pub description: String,
pub exchange: String,
pub formula: String,
pub isin: String,
pub name: String,
pub page: String,
pub path: String,
}Fields§
§custom: bool§chart_mode: i64§select: bool§visible: bool§session_deals: i64§session_buy_orders: i64§session_sell_orders: i64§volume: i64§volume_high: i64§volume_low: i64§time: i64§digits: i64§spread: i64§spread_float: bool§ticks_book_depth: i64§trade_calc_mode: i64§trade_mode: i64§start_time: i64§expiration_time: i64§trade_stops_level: i64§trade_freeze_level: i64§trade_exe_mode: i64§swap_mode: i64§swap_rollover3days: i64§margin_hedged_use_leg: bool§expiration_mode: i64§filling_mode: i64§order_mode: i64§order_gtc_mode: i64§option_mode: i64§option_right: i64§bid: f64§bidhigh: f64§bidlow: f64§ask: f64§askhigh: f64§asklow: f64§last: f64§lasthigh: f64§lastlow: f64§volume_real: f64§volumehigh_real: f64§volumelow_real: f64§option_strike: f64§point: f64§trade_tick_value: f64§trade_tick_value_profit: f64§trade_tick_value_loss: f64§trade_tick_size: f64§trade_contract_size: f64§trade_accrued_interest: f64§trade_face_value: f64§trade_liquidity_rate: f64§volume_min: f64§volume_max: f64§volume_step: f64§volume_limit: f64§swap_long: f64§swap_short: f64§margin_initial: f64§margin_maintenance: f64§session_volume: f64§session_turnover: f64§session_interest: f64§session_buy_orders_volume: f64§session_sell_orders_volume: f64§session_open: f64§session_close: f64§session_aw: f64§session_price_settlement: f64§session_price_limit_min: f64§session_price_limit_max: f64§margin_hedged: f64§price_change: f64§price_volatility: f64§price_theoretical: f64§price_greeks_delta: f64§price_greeks_theta: f64§price_greeks_gamma: f64§price_greeks_vega: f64§price_greeks_rho: f64§price_greeks_omega: f64§price_sensitivity: f64§basis: String§category: String§currency_base: String§currency_profit: String§currency_margin: String§bank: String§description: String§exchange: String§formula: String§isin: String§name: String§page: String§path: StringTrait Implementations§
Source§impl Clone for SymbolInfo
impl Clone for SymbolInfo
Source§fn clone(&self) -> SymbolInfo
fn clone(&self) -> SymbolInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SymbolInfo
impl RefUnwindSafe for SymbolInfo
impl Send for SymbolInfo
impl Sync for SymbolInfo
impl Unpin for SymbolInfo
impl UnsafeUnpin for SymbolInfo
impl UnwindSafe for SymbolInfo
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more