pub struct OrdType;Expand description
OrdType (40).
Implementations§
Source§impl OrdType
impl OrdType
pub const MARKET: char = '1'
pub const LIMIT: char = '2'
pub const STOP: char = '3'
pub const STOPLIMIT: char = '4'
pub const MARKETONCLOSE: char = '5'
pub const WITHORWITHOUT: char = '6'
pub const LIMITORBETTER: char = '7'
pub const LIMITWITHORWITHOUT: char = '8'
pub const ONBASIS: char = '9'
pub const ONCLOSE: char = 'A'
pub const LIMITONCLOSE: char = 'B'
pub const FOREXMARKET: char = 'C'
pub const PREVIOUSLYQUOTED: char = 'D'
pub const PREVIOUSLYINDICATED: char = 'E'
pub const FOREXLIMIT: char = 'F'
pub const FOREXSWAP: char = 'G'
pub const FOREXPREVIOUSLYQUOTED: char = 'H'
pub const FUNARI: char = 'I'
pub const MARKETIFTOUCHED: char = 'J'
pub const MARKETWITHLEFTOVERLIMIT: char = 'K'
pub const PREVIOUSFUNDVALUATIONPOINT: char = 'L'
pub const NEXTFUNDVALUATIONPOINT: char = 'M'
pub const PEGGED: char = 'P'
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OrdType
impl RefUnwindSafe for OrdType
impl Send for OrdType
impl Sync for OrdType
impl Unpin for OrdType
impl UnsafeUnpin for OrdType
impl UnwindSafe for OrdType
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