pub struct TargetStrategy;Expand description
TargetStrategy (847).
Implementations§
Source§impl TargetStrategy
impl TargetStrategy
pub const VWAP: i64 = 1
pub const RESERVEDANDAVAILABLEFORBILATERALLYAGREEDUPONUSERDEFINEDVALUES: i64 = 1000
pub const PARTICIPATE: i64 = 2
pub const MININIZEMARKETIMPACT: i64 = 3
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TargetStrategy
impl RefUnwindSafe for TargetStrategy
impl Send for TargetStrategy
impl Sync for TargetStrategy
impl Unpin for TargetStrategy
impl UnsafeUnpin for TargetStrategy
impl UnwindSafe for TargetStrategy
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