pub enum BasisPxType {
Show 13 variants
ClosingPriceAtMorningSession,
ClosingPrice,
CurrentPrice,
Sq,
VwapThroughADay,
VwapThroughAMorningSession,
VwapThroughAnAfternoonSession,
VwapThroughADayExcept,
VwapThroughAMorningSessionExcept,
VwapThroughAnAfternoonSessionExcept,
Strike,
Open,
Others,
}
Variants§
ClosingPriceAtMorningSession
ClosingPrice
CurrentPrice
Sq
VwapThroughADay
VwapThroughAMorningSession
VwapThroughAnAfternoonSession
VwapThroughADayExcept
VwapThroughAMorningSessionExcept
VwapThroughAnAfternoonSessionExcept
Strike
Open
Others
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 duplicate 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
impl Copy for BasisPxType
impl Eq for BasisPxType
impl StructuralPartialEq for BasisPxType
Auto Trait Implementations§
impl Freeze for BasisPxType
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