pub struct TrdType;Expand description
TrdType (828).
Implementations§
Source§impl TrdType
impl TrdType
pub const REGULARTRADE: i64 = 0
pub const BLOCKTRADE: i64 = 1
pub const AFTERHOURSTRADE: i64 = 10
pub const EFP: i64 = 2
pub const TRANSFER: i64 = 3
pub const LATETRADE: i64 = 4
pub const TTRADE: i64 = 5
pub const WEIGHTEDAVERAGEPRICETRADE: i64 = 6
pub const BUNCHEDTRADE: i64 = 7
pub const LATEBUNCHEDTRADE: i64 = 8
pub const PRIORREFERENCEPRICETRADE: i64 = 9
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TrdType
impl RefUnwindSafe for TrdType
impl Send for TrdType
impl Sync for TrdType
impl Unpin for TrdType
impl UnsafeUnpin for TrdType
impl UnwindSafe for TrdType
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