pub struct PriceType;Expand description
PriceType (423).
Implementations§
Source§impl PriceType
impl PriceType
pub const PCT: i64 = 1
pub const FIXEDCABINETTRADEPRICE: i64 = 10
pub const VARIABLECABINETTRADEPRICE: i64 = 11
pub const CPS: i64 = 2
pub const ABS: i64 = 3
pub const DISCOUNT: i64 = 4
pub const PREMIUM: i64 = 5
pub const SPREAD: i64 = 6
pub const TEDPRICE: i64 = 7
pub const TEDYIELD: i64 = 8
pub const YIELD: i64 = 9
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PriceType
impl RefUnwindSafe for PriceType
impl Send for PriceType
impl Sync for PriceType
impl Unpin for PriceType
impl UnsafeUnpin for PriceType
impl UnwindSafe for PriceType
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