pub struct SecurityTradingStatus;Expand description
SecurityTradingStatus (326).
Implementations§
Source§impl SecurityTradingStatus
impl SecurityTradingStatus
pub const OPENDELAY: i64 = 1
pub const MKTONCLSIMBSELL: i64 = 10
pub const NA: i64 = 11
pub const NOMKTIMB: i64 = 12
pub const NOMKTONCLSIMB: i64 = 13
pub const ITSPREOPN: i64 = 14
pub const NEWPXIND: i64 = 15
pub const TRDDISTIME: i64 = 16
pub const READY: i64 = 17
pub const NOTAVAIL: i64 = 18
pub const NOTTRADED: i64 = 19
pub const TRDHALT: i64 = 2
pub const UNKNOWN: i64 = 20
pub const PRE_OPEN: i64 = 21
pub const OPENINGROTATION: i64 = 22
pub const FASTMARKET: i64 = 23
pub const RESUME: i64 = 3
pub const NOOPEN: i64 = 4
pub const PXIND: i64 = 5
pub const TRDRNGIND: i64 = 6
pub const MKTIMBBUY: i64 = 7
pub const MKTBALSELL: i64 = 8
pub const MKTONCLSIMBBUY: i64 = 9
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SecurityTradingStatus
impl RefUnwindSafe for SecurityTradingStatus
impl Send for SecurityTradingStatus
impl Sync for SecurityTradingStatus
impl Unpin for SecurityTradingStatus
impl UnsafeUnpin for SecurityTradingStatus
impl UnwindSafe for SecurityTradingStatus
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