#[derive(Clone, Debug, Default)]
pub struct SymInfo {
pub ticker: String,
pub tickerid: String,
pub description: String,
pub prefix: String,
pub currency: String,
pub basecurrency: String,
pub type_: String,
pub mintick: f64,
pub pointvalue: f64,
pub timezone: String,
pub session: String,
pub root: String,
pub current_contract: String,
pub main_tickerid: String,
pub isin: String,
pub country: String,
pub sector: String,
pub industry: String,
pub volumetype: String,
pub minmove: f64,
pub pricescale: f64,
pub mincontract: f64,
pub expiration_date: f64,
pub employees: f64,
pub shareholders: f64,
pub shares_outstanding_total: f64,
pub shares_outstanding_float: f64,
pub recommendations_buy: f64,
pub recommendations_buy_strong: f64,
pub recommendations_hold: f64,
pub recommendations_sell: f64,
pub recommendations_sell_strong: f64,
pub recommendations_total: f64,
pub recommendations_date: f64,
pub target_price_average: f64,
pub target_price_high: f64,
pub target_price_low: f64,
pub target_price_median: f64,
pub target_price_estimates: f64,
pub target_price_date: f64,
}