pub struct InstrumentItd {
pub ins_code: String,
pub lval30: String,
pub lval18afc: String,
pub flow_title: String,
pub cgr_val_cot_title: String,
pub flow: String,
pub cgr_val_cot: String,
pub cisin: String,
pub instrument_id: String,
pub ztitad: String,
pub base_vol: String,
}Expand description
Intraday instrument descriptor.
Fields§
§ins_code: String§lval30: String§lval18afc: String§flow_title: String§cgr_val_cot_title: String§flow: String§cgr_val_cot: String§cisin: String§instrument_id: String§ztitad: String§base_vol: StringImplementations§
Trait Implementations§
Source§impl Clone for InstrumentItd
impl Clone for InstrumentItd
Source§fn clone(&self) -> InstrumentItd
fn clone(&self) -> InstrumentItd
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 InstrumentItd
impl RefUnwindSafe for InstrumentItd
impl Send for InstrumentItd
impl Sync for InstrumentItd
impl Unpin for InstrumentItd
impl UnsafeUnpin for InstrumentItd
impl UnwindSafe for InstrumentItd
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