pub enum PosType {
Show 23 variants
OptionAssignment,
DeliveryNoticeQty,
ExchangeForPhysicalQty,
OptionExerciseQty,
AdjustmentQty,
TransactionFromAssignment,
TransactionQuantity,
TransactionFromExercise,
CrossMarginQty,
AllocationTradeQty,
AsOfTradeQty,
CorporateActionAdjustment,
DeliveryQty,
ElectronicTradeQty,
EndOfDayQty,
IntraSpreadQty,
InterSpreadQty,
PitTradeQty,
ReceiveQuantity,
StartOfDayQty,
IntegralSplit,
TotalTransactionQty,
TransferTradeQty,
}
Variants§
OptionAssignment
DeliveryNoticeQty
ExchangeForPhysicalQty
OptionExerciseQty
AdjustmentQty
TransactionFromAssignment
TransactionQuantity
TransactionFromExercise
CrossMarginQty
AllocationTradeQty
AsOfTradeQty
CorporateActionAdjustment
DeliveryQty
ElectronicTradeQty
EndOfDayQty
IntraSpreadQty
InterSpreadQty
PitTradeQty
ReceiveQuantity
StartOfDayQty
IntegralSplit
TotalTransactionQty
TransferTradeQty
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