pub enum TriggerPriceType {
BestOffer,
LastTrade,
BestBid,
BestBidOrLastTrade,
BestOfferOrLastTrade,
BestMid,
}
Variants§
Implementations§
Source§impl TriggerPriceType
impl TriggerPriceType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for TriggerPriceType
impl Clone for TriggerPriceType
Source§fn clone(&self) -> TriggerPriceType
fn clone(&self) -> TriggerPriceType
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 TriggerPriceType
impl Debug for TriggerPriceType
Source§impl FromStr for TriggerPriceType
impl FromStr for TriggerPriceType
Source§impl Hash for TriggerPriceType
impl Hash for TriggerPriceType
Source§impl IntoFixValue for TriggerPriceType
impl IntoFixValue for TriggerPriceType
Source§impl PartialEq for TriggerPriceType
impl PartialEq for TriggerPriceType
impl Copy for TriggerPriceType
impl Eq for TriggerPriceType
impl StructuralPartialEq for TriggerPriceType
Auto Trait Implementations§
impl Freeze for TriggerPriceType
impl RefUnwindSafe for TriggerPriceType
impl Send for TriggerPriceType
impl Sync for TriggerPriceType
impl Unpin for TriggerPriceType
impl UnwindSafe for TriggerPriceType
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