pub struct Instrument {Show 19 fields
pub ins_code: String,
pub instrument_id: String,
pub latin_symbol: String,
pub latin_name: String,
pub company_code: String,
pub symbol: String,
pub name: String,
pub cisin: String,
pub deven: String,
pub flow: String,
pub lsoc30: String,
pub cgds_val: String,
pub cgr_val_cot: String,
pub ymar_nsc: String,
pub ccom_val: String,
pub csec_val: String,
pub cso_sec_val: String,
pub yval: String,
pub symbol_original: Option<String>,
}Expand description
An instrument (symbol) descriptor.
Fields§
§ins_code: String§instrument_id: String§latin_symbol: String§latin_name: String§company_code: String§symbol: String§name: String§cisin: String§deven: String§flow: String§lsoc30: String§cgds_val: String§cgr_val_cot: String§ymar_nsc: String§ccom_val: String§csec_val: String§cso_sec_val: String§yval: String§symbol_original: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for Instrument
impl Clone for Instrument
Source§fn clone(&self) -> Instrument
fn clone(&self) -> Instrument
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 Instrument
impl RefUnwindSafe for Instrument
impl Send for Instrument
impl Sync for Instrument
impl Unpin for Instrument
impl UnsafeUnpin for Instrument
impl UnwindSafe for Instrument
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