Enum easyfix_messages::fields::MdEntryType  
source · pub enum MdEntryType {
Show 36 variants
    Bid,
    Offer,
    Trade,
    IndexValue,
    OpeningPrice,
    ClosingPrice,
    SettlementPrice,
    TradingSessionHighPrice,
    TradingSessionLowPrice,
    TradingSessionVwapPrice,
    Imbalance,
    TradeVolume,
    OpenInterest,
    CompositeUnderlyingPrice,
    SimulatedSellPrice,
    SimulatedBuyPrice,
    MarginRate,
    MidPrice,
    EmptyBook,
    SettleHighPrice,
    SettleLowPrice,
    PriorSettlePrice,
    SessionHighBid,
    SessionLowOffer,
    EarlyPrices,
    AuctionClearingPrice,
    SwapValueFactor,
    DailyValueAdjustmentForLongPositions,
    CumulativeValueAdjustmentForLongPositions,
    DailyValueAdjustmentForShortPositions,
    CumulativeValueAdjustmentForShortPositions,
    RecoveryRate,
    RecoveryRateForLong,
    RecoveryRateForShort,
    FixingPrice,
    CashRate,
}Variants§
Bid
Offer
Trade
IndexValue
OpeningPrice
ClosingPrice
SettlementPrice
TradingSessionHighPrice
TradingSessionLowPrice
TradingSessionVwapPrice
Imbalance
TradeVolume
OpenInterest
CompositeUnderlyingPrice
SimulatedSellPrice
SimulatedBuyPrice
MarginRate
MidPrice
EmptyBook
SettleHighPrice
SettleLowPrice
PriorSettlePrice
SessionHighBid
SessionLowOffer
EarlyPrices
AuctionClearingPrice
SwapValueFactor
DailyValueAdjustmentForLongPositions
CumulativeValueAdjustmentForLongPositions
DailyValueAdjustmentForShortPositions
CumulativeValueAdjustmentForShortPositions
RecoveryRate
RecoveryRateForLong
RecoveryRateForShort
FixingPrice
CashRate
Implementations§
source§impl MdEntryType
 
impl MdEntryType
pub fn from_bytes(input: &[u8]) -> Option<MdEntryType>
pub fn from_fix_str(input: &FixStr) -> Option<MdEntryType>
pub fn as_bytes(&self) -> &'static [u8] ⓘ
pub fn as_fix_str(&self) -> &'static FixStr
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 From<MdEntryType> for &'static [u8]
 
impl From<MdEntryType> for &'static [u8]
source§impl PartialEq<MdEntryType> for MdEntryType
 
impl PartialEq<MdEntryType> for MdEntryType
source§fn eq(&self, other: &MdEntryType) -> bool
 
fn eq(&self, other: &MdEntryType) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl ToFixString for MdEntryType
 
impl ToFixString for MdEntryType
fn to_fix_string(&self) -> FixString
source§impl TryFrom<u8> for MdEntryType
 
impl TryFrom<u8> for MdEntryType
§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
source§fn try_from(input: Char) -> Result<MdEntryType, SessionRejectReason>
 
fn try_from(input: Char) -> Result<MdEntryType, SessionRejectReason>
Performs the conversion.