Enum quickfix_msg43::field_types::BasisPxType
source · pub enum BasisPxType {
Show 13 variants
VwapThroughAnAfternoonSession,
Open,
Others,
Strike,
VwapThroughAnAfternoonSessionExcept,
VwapThroughADayExcept,
VwapThroughAMorningSession,
VwapThroughADay,
Sq,
CurrentPrice,
ClosingPrice,
ClosingPriceAtMorningSession,
VwapThroughAMorningSessionExcept,
}
Variants§
VwapThroughAnAfternoonSession
Open
Others
Strike
VwapThroughAnAfternoonSessionExcept
VwapThroughADayExcept
VwapThroughAMorningSession
VwapThroughADay
Sq
CurrentPrice
ClosingPrice
ClosingPriceAtMorningSession
VwapThroughAMorningSessionExcept
Implementations§
source§impl BasisPxType
impl BasisPxType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
source§impl Clone for BasisPxType
impl Clone for BasisPxType
source§fn clone(&self) -> BasisPxType
fn clone(&self) -> BasisPxType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BasisPxType
impl Debug for BasisPxType
source§impl FromStr for BasisPxType
impl FromStr for BasisPxType
source§impl Hash for BasisPxType
impl Hash for BasisPxType
source§impl IntoFixValue for BasisPxType
impl IntoFixValue for BasisPxType
source§impl PartialEq for BasisPxType
impl PartialEq for BasisPxType
source§fn eq(&self, other: &BasisPxType) -> bool
fn eq(&self, other: &BasisPxType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for BasisPxType
impl Eq for BasisPxType
impl StructuralPartialEq for BasisPxType
Auto Trait Implementations§
impl RefUnwindSafe for BasisPxType
impl Send for BasisPxType
impl Sync for BasisPxType
impl Unpin for BasisPxType
impl UnwindSafe for BasisPxType
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