Struct easyfix_messages::fields::FixStr  
source · [−]#[repr(transparent)]pub struct FixStr(_);Implementations
sourceimpl FixStr
 
impl FixStr
pub fn from_ascii(buf: &[u8]) -> Result<&FixStr, FixStringError>
pub const unsafe fn from_ascii_unchecked(buf: &[u8]) -> &FixStr
pub const fn as_utf8(&self) -> &str
pub const fn as_bytes(&self) -> &[u8]ⓘNotable traits for &mut [u8]impl Write for &mut [u8]impl Read for &[u8]
pub const fn len(&self) -> usize
pub const fn is_empty(&self) -> bool
Trait Implementations
sourceimpl Ord for FixStr
 
impl Ord for FixStr
sourceimpl PartialOrd<FixStr> for FixStr
 
impl PartialOrd<FixStr> for FixStr
sourcefn partial_cmp(&self, other: &FixStr) -> Option<Ordering>
 
fn partial_cmp(&self, other: &FixStr) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
 
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
 
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
sourceimpl ToOwned for FixStr
 
impl ToOwned for FixStr
sourceimpl TryFrom<&FixStr> for AdvTransType
 
impl TryFrom<&FixStr> for AdvTransType
type Error = SessionRejectReason
type Error = SessionRejectReason
The type returned in the event of a conversion error.
sourcefn try_from(input: &FixStr) -> Result<AdvTransType, SessionRejectReason>
 
fn try_from(input: &FixStr) -> Result<AdvTransType, SessionRejectReason>
Performs the conversion.
sourceimpl TryFrom<&FixStr> for ApplVerId
 
impl TryFrom<&FixStr> for ApplVerId
type Error = SessionRejectReason
type Error = SessionRejectReason
The type returned in the event of a conversion error.
sourceimpl TryFrom<&FixStr> for BenchmarkCurveName
 
impl TryFrom<&FixStr> for BenchmarkCurveName
type Error = SessionRejectReason
type Error = SessionRejectReason
The type returned in the event of a conversion error.
sourcefn try_from(input: &FixStr) -> Result<BenchmarkCurveName, SessionRejectReason>
 
fn try_from(input: &FixStr) -> Result<BenchmarkCurveName, SessionRejectReason>
Performs the conversion.
sourceimpl TryFrom<&FixStr> for ClearingFeeIndicator
 
impl TryFrom<&FixStr> for ClearingFeeIndicator
type Error = SessionRejectReason
type Error = SessionRejectReason
The type returned in the event of a conversion error.
sourcefn try_from(input: &FixStr) -> Result<ClearingFeeIndicator, SessionRejectReason>
 
fn try_from(input: &FixStr) -> Result<ClearingFeeIndicator, SessionRejectReason>
Performs the conversion.
sourceimpl TryFrom<&FixStr> for CustOrderHandlingInst
 
impl TryFrom<&FixStr> for CustOrderHandlingInst
type Error = SessionRejectReason
type Error = SessionRejectReason
The type returned in the event of a conversion error.
sourcefn try_from(
    input: &FixStr
) -> Result<CustOrderHandlingInst, SessionRejectReason>
 
fn try_from(
    input: &FixStr
) -> Result<CustOrderHandlingInst, SessionRejectReason>
Performs the conversion.
sourceimpl TryFrom<&FixStr> for DeskOrderHandlingInst
 
impl TryFrom<&FixStr> for DeskOrderHandlingInst
type Error = SessionRejectReason
type Error = SessionRejectReason
The type returned in the event of a conversion error.
sourcefn try_from(
    input: &FixStr
) -> Result<DeskOrderHandlingInst, SessionRejectReason>
 
fn try_from(
    input: &FixStr
) -> Result<DeskOrderHandlingInst, SessionRejectReason>
Performs the conversion.
sourceimpl TryFrom<&FixStr> for DeskType
 
impl TryFrom<&FixStr> for DeskType
type Error = SessionRejectReason
type Error = SessionRejectReason
The type returned in the event of a conversion error.
sourceimpl TryFrom<&FixStr> for IoiQty
 
impl TryFrom<&FixStr> for IoiQty
type Error = SessionRejectReason
type Error = SessionRejectReason
The type returned in the event of a conversion error.
sourceimpl TryFrom<&FixStr> for MatchType
 
impl TryFrom<&FixStr> for MatchType
type Error = SessionRejectReason
type Error = SessionRejectReason
The type returned in the event of a conversion error.
sourceimpl TryFrom<&FixStr> for MiscFeeType
 
impl TryFrom<&FixStr> for MiscFeeType
type Error = SessionRejectReason
type Error = SessionRejectReason
The type returned in the event of a conversion error.
sourcefn try_from(input: &FixStr) -> Result<MiscFeeType, SessionRejectReason>
 
fn try_from(input: &FixStr) -> Result<MiscFeeType, SessionRejectReason>
Performs the conversion.
sourceimpl TryFrom<&FixStr> for MsgType
 
impl TryFrom<&FixStr> for MsgType
type Error = SessionRejectReason
type Error = SessionRejectReason
The type returned in the event of a conversion error.
sourceimpl TryFrom<&FixStr> for PosAmtType
 
impl TryFrom<&FixStr> for PosAmtType
type Error = SessionRejectReason
type Error = SessionRejectReason
The type returned in the event of a conversion error.
sourcefn try_from(input: &FixStr) -> Result<PosAmtType, SessionRejectReason>
 
fn try_from(input: &FixStr) -> Result<PosAmtType, SessionRejectReason>
Performs the conversion.
sourceimpl TryFrom<&FixStr> for PosType
 
impl TryFrom<&FixStr> for PosType
type Error = SessionRejectReason
type Error = SessionRejectReason
The type returned in the event of a conversion error.
sourceimpl TryFrom<&FixStr> for PriceQuoteMethod
 
impl TryFrom<&FixStr> for PriceQuoteMethod
type Error = SessionRejectReason
type Error = SessionRejectReason
The type returned in the event of a conversion error.
sourcefn try_from(input: &FixStr) -> Result<PriceQuoteMethod, SessionRejectReason>
 
fn try_from(input: &FixStr) -> Result<PriceQuoteMethod, SessionRejectReason>
Performs the conversion.
sourceimpl TryFrom<&FixStr> for QuoteCondition
 
impl TryFrom<&FixStr> for QuoteCondition
type Error = SessionRejectReason
type Error = SessionRejectReason
The type returned in the event of a conversion error.
sourcefn try_from(input: &FixStr) -> Result<QuoteCondition, SessionRejectReason>
 
fn try_from(input: &FixStr) -> Result<QuoteCondition, SessionRejectReason>
Performs the conversion.
sourceimpl TryFrom<&FixStr> for RestructuringType
 
impl TryFrom<&FixStr> for RestructuringType
type Error = SessionRejectReason
type Error = SessionRejectReason
The type returned in the event of a conversion error.
sourcefn try_from(input: &FixStr) -> Result<RestructuringType, SessionRejectReason>
 
fn try_from(input: &FixStr) -> Result<RestructuringType, SessionRejectReason>
Performs the conversion.
sourceimpl TryFrom<&FixStr> for SecurityIdSource
 
impl TryFrom<&FixStr> for SecurityIdSource
type Error = SessionRejectReason
type Error = SessionRejectReason
The type returned in the event of a conversion error.
sourcefn try_from(input: &FixStr) -> Result<SecurityIdSource, SessionRejectReason>
 
fn try_from(input: &FixStr) -> Result<SecurityIdSource, SessionRejectReason>
Performs the conversion.
sourceimpl TryFrom<&FixStr> for SecurityStatus
 
impl TryFrom<&FixStr> for SecurityStatus
type Error = SessionRejectReason
type Error = SessionRejectReason
The type returned in the event of a conversion error.
sourcefn try_from(input: &FixStr) -> Result<SecurityStatus, SessionRejectReason>
 
fn try_from(input: &FixStr) -> Result<SecurityStatus, SessionRejectReason>
Performs the conversion.
sourceimpl TryFrom<&FixStr> for SecurityType
 
impl TryFrom<&FixStr> for SecurityType
type Error = SessionRejectReason
type Error = SessionRejectReason
The type returned in the event of a conversion error.
sourcefn try_from(input: &FixStr) -> Result<SecurityType, SessionRejectReason>
 
fn try_from(input: &FixStr) -> Result<SecurityType, SessionRejectReason>
Performs the conversion.
sourceimpl TryFrom<&FixStr> for Seniority
 
impl TryFrom<&FixStr> for Seniority
type Error = SessionRejectReason
type Error = SessionRejectReason
The type returned in the event of a conversion error.
sourceimpl TryFrom<&FixStr> for SettlSessId
 
impl TryFrom<&FixStr> for SettlSessId
type Error = SessionRejectReason
type Error = SessionRejectReason
The type returned in the event of a conversion error.
sourcefn try_from(input: &FixStr) -> Result<SettlSessId, SessionRejectReason>
 
fn try_from(input: &FixStr) -> Result<SettlSessId, SessionRejectReason>
Performs the conversion.
sourceimpl TryFrom<&FixStr> for SettlType
 
impl TryFrom<&FixStr> for SettlType
type Error = SessionRejectReason
type Error = SessionRejectReason
The type returned in the event of a conversion error.
sourceimpl TryFrom<&FixStr> for StipulationType
 
impl TryFrom<&FixStr> for StipulationType
type Error = SessionRejectReason
type Error = SessionRejectReason
The type returned in the event of a conversion error.
sourcefn try_from(input: &FixStr) -> Result<StipulationType, SessionRejectReason>
 
fn try_from(input: &FixStr) -> Result<StipulationType, SessionRejectReason>
Performs the conversion.
sourceimpl TryFrom<&FixStr> for SymbolSfx
 
impl TryFrom<&FixStr> for SymbolSfx
type Error = SessionRejectReason
type Error = SessionRejectReason
The type returned in the event of a conversion error.
sourceimpl TryFrom<&FixStr> for TimeUnit
 
impl TryFrom<&FixStr> for TimeUnit
type Error = SessionRejectReason
type Error = SessionRejectReason
The type returned in the event of a conversion error.
sourceimpl TryFrom<&FixStr> for TradeCondition
 
impl TryFrom<&FixStr> for TradeCondition
type Error = SessionRejectReason
type Error = SessionRejectReason
The type returned in the event of a conversion error.
sourcefn try_from(input: &FixStr) -> Result<TradeCondition, SessionRejectReason>
 
fn try_from(input: &FixStr) -> Result<TradeCondition, SessionRejectReason>
Performs the conversion.
sourceimpl TryFrom<&FixStr> for TradingSessionId
 
impl TryFrom<&FixStr> for TradingSessionId
type Error = SessionRejectReason
type Error = SessionRejectReason
The type returned in the event of a conversion error.
sourcefn try_from(input: &FixStr) -> Result<TradingSessionId, SessionRejectReason>
 
fn try_from(input: &FixStr) -> Result<TradingSessionId, SessionRejectReason>
Performs the conversion.
sourceimpl TryFrom<&FixStr> for TradingSessionSubId
 
impl TryFrom<&FixStr> for TradingSessionSubId
type Error = SessionRejectReason
type Error = SessionRejectReason
The type returned in the event of a conversion error.
sourcefn try_from(input: &FixStr) -> Result<TradingSessionSubId, SessionRejectReason>
 
fn try_from(input: &FixStr) -> Result<TradingSessionSubId, SessionRejectReason>
Performs the conversion.
sourceimpl TryFrom<&FixStr> for UnderlyingCashType
 
impl TryFrom<&FixStr> for UnderlyingCashType
type Error = SessionRejectReason
type Error = SessionRejectReason
The type returned in the event of a conversion error.
sourcefn try_from(input: &FixStr) -> Result<UnderlyingCashType, SessionRejectReason>
 
fn try_from(input: &FixStr) -> Result<UnderlyingCashType, SessionRejectReason>
Performs the conversion.
sourceimpl TryFrom<&FixStr> for UnitOfMeasure
 
impl TryFrom<&FixStr> for UnitOfMeasure
type Error = SessionRejectReason
type Error = SessionRejectReason
The type returned in the event of a conversion error.
sourcefn try_from(input: &FixStr) -> Result<UnitOfMeasure, SessionRejectReason>
 
fn try_from(input: &FixStr) -> Result<UnitOfMeasure, SessionRejectReason>
Performs the conversion.
sourceimpl TryFrom<&FixStr> for ValuationMethod
 
impl TryFrom<&FixStr> for ValuationMethod
type Error = SessionRejectReason
type Error = SessionRejectReason
The type returned in the event of a conversion error.
sourcefn try_from(input: &FixStr) -> Result<ValuationMethod, SessionRejectReason>
 
fn try_from(input: &FixStr) -> Result<ValuationMethod, SessionRejectReason>
Performs the conversion.
sourceimpl TryFrom<&FixStr> for YieldType
 
impl TryFrom<&FixStr> for YieldType
type Error = SessionRejectReason
type Error = SessionRejectReason
The type returned in the event of a conversion error.