pub struct TradeCondition;Expand description
TradeCondition (277).
Implementations§
Source§impl TradeCondition
impl TradeCondition
pub const CASHMKT: &'static str = "A"
pub const AVGPX: &'static str = "B"
pub const CASHTRADE: &'static str = "C"
pub const NEXTDAY_D: &'static str = "D"
pub const OPENING: &'static str = "E"
pub const INTRADAY: &'static str = "F"
pub const RULE127: &'static str = "G"
pub const RULE155: &'static str = "H"
pub const SOLDLAST: &'static str = "I"
pub const NEXTDAY_J: &'static str = "J"
pub const OPENED: &'static str = "K"
pub const SELLER: &'static str = "L"
pub const SOLD: &'static str = "M"
pub const STOPPED: &'static str = "N"
pub const IMBALANCEMOREBUYERS: &'static str = "P"
pub const IMBALANCEMORESELLERS: &'static str = "Q"
pub const OPENINGPRICE: &'static str = "R"
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TradeCondition
impl RefUnwindSafe for TradeCondition
impl Send for TradeCondition
impl Sync for TradeCondition
impl Unpin for TradeCondition
impl UnsafeUnpin for TradeCondition
impl UnwindSafe for TradeCondition
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