pub struct TimeInForce;Expand description
TimeInForce (59).
Implementations§
Source§impl TimeInForce
impl TimeInForce
pub const DAY: char = '0'
pub const GOODTILLCANCEL: char = '1'
pub const ATTHEOPENING: char = '2'
pub const IMMEDIATEORCANCEL: char = '3'
pub const FILLORKILL: char = '4'
pub const GOODTILLCROSSING: char = '5'
pub const GOODTILLDATE: char = '6'
pub const ATTHECLOSE: char = '7'
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TimeInForce
impl RefUnwindSafe for TimeInForce
impl Send for TimeInForce
impl Sync for TimeInForce
impl Unpin for TimeInForce
impl UnsafeUnpin for TimeInForce
impl UnwindSafe for TimeInForce
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