pub enum TrdSubType {
Show 31 variants
Cmta = 0,
InternalTransferOrAdjustment = 1,
ExternalTransferOrTransferOfAccount = 2,
RejectForSubmittingSide = 3,
AdvisoryForContraSide = 4,
OffsetDueToAnAllocation = 5,
OnsetDueToAnAllocation = 6,
DifferentialSpread = 7,
ImpliedSpreadLegExecutedAgainstAnOutright = 8,
TransactionFromExercise = 9,
TransactionFromAssignment = 10,
Acats = 11,
Ai = 14,
B = 15,
K = 16,
Lc = 17,
M = 18,
N = 19,
Nm = 20,
Nr = 21,
P = 22,
Pa = 23,
Pc = 24,
Pn = 25,
R = 26,
Ro = 27,
Rt = 28,
Sw = 29,
T = 30,
Wn = 31,
Wt = 32,
}
Variants§
Cmta = 0
InternalTransferOrAdjustment = 1
ExternalTransferOrTransferOfAccount = 2
RejectForSubmittingSide = 3
AdvisoryForContraSide = 4
OffsetDueToAnAllocation = 5
OnsetDueToAnAllocation = 6
DifferentialSpread = 7
ImpliedSpreadLegExecutedAgainstAnOutright = 8
TransactionFromExercise = 9
TransactionFromAssignment = 10
Acats = 11
Ai = 14
B = 15
K = 16
Lc = 17
M = 18
N = 19
Nm = 20
Nr = 21
P = 22
Pa = 23
Pc = 24
Pn = 25
R = 26
Ro = 27
Rt = 28
Sw = 29
T = 30
Wn = 31
Wt = 32
Implementations§
Source§impl TrdSubType
impl TrdSubType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for TrdSubType
impl Clone for TrdSubType
Source§fn clone(&self) -> TrdSubType
fn clone(&self) -> TrdSubType
Returns a duplicate 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 FromStr for TrdSubType
impl FromStr for TrdSubType
Source§impl Hash for TrdSubType
impl Hash for TrdSubType
Source§impl IntoFixValue for TrdSubType
impl IntoFixValue for TrdSubType
Source§impl PartialEq for TrdSubType
impl PartialEq for TrdSubType
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