Enum quickfix_msg43::field_types::PriceType
source · pub enum PriceType {
FixedAmount = 3,
Percentage = 1,
Discount = 4,
Spread = 6,
TedPrice = 7,
TedYield = 8,
Premium = 5,
PerUnit = 2,
}
Variants§
FixedAmount = 3
Percentage = 1
Discount = 4
Spread = 6
TedPrice = 7
TedYield = 8
Premium = 5
PerUnit = 2
Implementations§
source§impl PriceType
impl PriceType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
source§impl IntoFixValue for PriceType
impl IntoFixValue for PriceType
source§impl PartialEq for PriceType
impl PartialEq for PriceType
impl Copy for PriceType
impl Eq for PriceType
impl StructuralPartialEq for PriceType
Auto Trait Implementations§
impl RefUnwindSafe for PriceType
impl Send for PriceType
impl Sync for PriceType
impl Unpin 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