pub enum MDEntryType {
TradingSessionHighPrice,
Offer,
Imbalance,
TradingSessionVwapPrice,
TradingSessionLowPrice,
ClosingPrice,
OpeningPrice,
Bid,
Trade,
IndexValue,
SettlementPrice,
}
Variants§
TradingSessionHighPrice
Offer
Imbalance
TradingSessionVwapPrice
TradingSessionLowPrice
ClosingPrice
OpeningPrice
Bid
Trade
IndexValue
SettlementPrice
Implementations§
Source§impl MDEntryType
impl MDEntryType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for MDEntryType
impl Clone for MDEntryType
Source§fn clone(&self) -> MDEntryType
fn clone(&self) -> MDEntryType
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 MDEntryType
impl Debug for MDEntryType
Source§impl FromStr for MDEntryType
impl FromStr for MDEntryType
Source§impl Hash for MDEntryType
impl Hash for MDEntryType
Source§impl IntoFixValue for MDEntryType
impl IntoFixValue for MDEntryType
Source§impl PartialEq for MDEntryType
impl PartialEq for MDEntryType
impl Copy for MDEntryType
impl Eq for MDEntryType
impl StructuralPartialEq for MDEntryType
Auto Trait Implementations§
impl Freeze for MDEntryType
impl RefUnwindSafe for MDEntryType
impl Send for MDEntryType
impl Sync for MDEntryType
impl Unpin for MDEntryType
impl UnwindSafe for MDEntryType
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