pub enum PosType {
Show 19 variants
TransactionQuantity,
IntraSpreadQty,
InterSpreadQty,
EndOfDayQty,
StartOfDayQty,
OptionExerciseQty,
OptionAssignment,
TransactionFromExercise,
TransactionFromAssignment,
PitTradeQty,
TransferTradeQty,
ElectronicTradeQty,
AllocationTradeQty,
AdjustmentQty,
AsOfTradeQty,
DeliveryQty,
TotalTransactionQty,
CrossMarginQty,
IntegralSplit,
}
Variants§
TransactionQuantity
IntraSpreadQty
InterSpreadQty
EndOfDayQty
StartOfDayQty
OptionExerciseQty
OptionAssignment
TransactionFromExercise
TransactionFromAssignment
PitTradeQty
TransferTradeQty
ElectronicTradeQty
AllocationTradeQty
AdjustmentQty
AsOfTradeQty
DeliveryQty
TotalTransactionQty
CrossMarginQty
IntegralSplit
Implementations§
Source§impl PosType
impl PosType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl IntoFixValue for PosType
impl IntoFixValue for PosType
impl Copy for PosType
impl Eq for PosType
impl StructuralPartialEq for PosType
Auto Trait Implementations§
impl Freeze for PosType
impl RefUnwindSafe for PosType
impl Send for PosType
impl Sync for PosType
impl Unpin for PosType
impl UnwindSafe for PosType
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