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
Value “0”
InternalTransferOrAdjustment
Value “1”
ExternalTransferOrTransferOfAccount
Value “2”
RejectForSubmittingSide
Value “3”
AdvisoryForContraSide
Value “4”
OffsetDueToAnAllocation
Value “5”
OnsetDueToAnAllocation
Value “6”
DifferentialSpread
Value “7”
ImpliedSpreadLegExecutedAgainstAnOutright
Value “8”
TransactionFromExercise
Value “9”
TransactionFromAssignment
Value “10”
Acats
Value “11”
OffHoursTrade
Value “33”
OnHoursTrade
Value “34”
OtcQuote
Value “35”
ConvertedSwap
Value “36”
Ai
Value “14”
B
Value “15”
K
Value “16”
Lc
Value “17”
M
Value “18”
N
Value “19”
Nm
Value “20”
Nr
Value “21”
P
Value “22”
Pa
Value “23”
Pc
Value “24”
Pn
Value “25”
R
Value “26”
Ro
Value “27”
Rt
Value “28”
Sw
Value “29”
T
Value “30”
Wn
Value “31”
Wt
Value “32”
CrossedTrade
Value “37”
InterimProtectedTrade
Value “38”
LargeInScale
Value “39”
Implementations§
Source§impl TrdSubType
impl TrdSubType
pub const fn from_bytes(input: &[u8]) -> Option<TrdSubType>
pub const fn from_fix_str(input: &FixStr) -> Option<TrdSubType>
pub const fn as_bytes(&self) -> &'static [u8] ⓘ
pub const 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 Default for TrdSubType
impl Default for TrdSubType
Source§fn default() -> TrdSubType
fn default() -> TrdSubType
Returns the “default value” for a type. Read more
Source§impl From<TrdSubType> for &'static [u8]
impl From<TrdSubType> for &'static [u8]
Source§impl PartialEq for TrdSubType
impl PartialEq for TrdSubType
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
Source§type Error = ParseRejectReason
type Error = ParseRejectReason
The type returned in the event of a conversion error.
Source§fn try_from(input: Int) -> Result<TrdSubType, ParseRejectReason>
fn try_from(input: Int) -> Result<TrdSubType, ParseRejectReason>
Performs the conversion.
impl Copy for TrdSubType
impl Eq for TrdSubType
impl StructuralPartialEq for TrdSubType
Auto Trait Implementations§
impl Freeze for TrdSubType
impl RefUnwindSafe for TrdSubType
impl Send for TrdSubType
impl Sync for TrdSubType
impl Unpin for TrdSubType
impl UnwindSafe for TrdSubType
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