Enum easyfix_messages::fields::TrdSubType  
source · pub enum TrdSubType {
Show 38 variants
    Cmta,
    InternalTransferOrAdjustment,
    ExternalTransferOrTransferOfAccount,
    RejectForSubmittingSide,
    AdvisoryForContraSide,
    OffsetDueToAnAllocation,
    OnsetDueToAnAllocation,
    DifferentialSpread,
    ImpliedSpreadLegExecutedAgainstAnOutright,
    TransactionFromExercise,
    TransactionFromAssignment,
    Acats,
    OffHoursTrade,
    OnHoursTrade,
    OtcQuote,
    ConvertedSwap,
    Ai,
    B,
    K,
    Lc,
    M,
    N,
    Nm,
    Nr,
    P,
    Pa,
    Pc,
    Pn,
    R,
    Ro,
    Rt,
    Sw,
    T,
    Wn,
    Wt,
    CrossedTrade,
    InterimProtectedTrade,
    LargeInScale,
}Variants§
Cmta
InternalTransferOrAdjustment
ExternalTransferOrTransferOfAccount
RejectForSubmittingSide
AdvisoryForContraSide
OffsetDueToAnAllocation
OnsetDueToAnAllocation
DifferentialSpread
ImpliedSpreadLegExecutedAgainstAnOutright
TransactionFromExercise
TransactionFromAssignment
Acats
OffHoursTrade
OnHoursTrade
OtcQuote
ConvertedSwap
Ai
B
K
Lc
M
N
Nm
Nr
P
Pa
Pc
Pn
R
Ro
Rt
Sw
T
Wn
Wt
CrossedTrade
InterimProtectedTrade
LargeInScale
Implementations§
source§impl TrdSubType
 
impl TrdSubType
pub fn from_bytes(input: &[u8]) -> Option<TrdSubType>
pub fn from_fix_str(input: &FixStr) -> Option<TrdSubType>
pub fn as_bytes(&self) -> &'static [u8] ⓘ
pub fn as_fix_str(&self) -> &'static FixStr
Trait Implementations§
source§impl Clone for TrdSubType
 
impl Clone for TrdSubType
source§fn clone(&self) -> TrdSubType
 
fn clone(&self) -> TrdSubType
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 TrdSubType
 
impl Debug for TrdSubType
source§impl From<TrdSubType> for &'static [u8]
 
impl From<TrdSubType> for &'static [u8]
source§impl PartialEq<TrdSubType> for TrdSubType
 
impl PartialEq<TrdSubType> for TrdSubType
source§fn eq(&self, other: &TrdSubType) -> bool
 
fn eq(&self, other: &TrdSubType) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl ToFixString for TrdSubType
 
impl ToFixString for TrdSubType
fn to_fix_string(&self) -> FixString
source§impl TryFrom<i64> for TrdSubType
 
impl TryFrom<i64> for TrdSubType
§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
source§fn try_from(input: Int) -> Result<TrdSubType, SessionRejectReason>
 
fn try_from(input: Int) -> Result<TrdSubType, SessionRejectReason>
Performs the conversion.