pub enum PosType {
Show 27 variants
AllocationTradeQty,
OptionAssignment,
AsOfTradeQty,
DeliveryQty,
ElectronicTradeQty,
OptionExerciseQty,
EndOfDayQty,
IntraSpreadQty,
InterSpreadQty,
AdjustmentQty,
PitTradeQty,
StartOfDayQty,
IntegralSplit,
TransactionFromAssignment,
TotalTransactionQty,
TransactionQuantity,
TransferTradeQty,
TransactionFromExercise,
CrossMarginQty,
ReceiveQuantity,
CorporateActionAdjustment,
DeliveryNoticeQty,
ExchangeForPhysicalQty,
PrivatelyNegotiatedTradeQty,
NetDeltaQty,
CreditEventAdjustment,
SuccessionEventAdjustment,
}
Variants§
AllocationTradeQty
Value “ALC”
OptionAssignment
Value “AS”
AsOfTradeQty
Value “ASF”
DeliveryQty
Value “DLV”
ElectronicTradeQty
Value “ETR”
OptionExerciseQty
Value “EX”
EndOfDayQty
Value “FIN”
IntraSpreadQty
Value “IAS”
InterSpreadQty
Value “IES”
AdjustmentQty
Value “PA”
PitTradeQty
Value “PIT”
StartOfDayQty
Value “SOD”
IntegralSplit
Value “SPL”
TransactionFromAssignment
Value “TA”
TotalTransactionQty
Value “TOT”
TransactionQuantity
Value “TQ”
TransferTradeQty
Value “TRF”
TransactionFromExercise
Value “TX”
CrossMarginQty
Value “XM”
ReceiveQuantity
Value “RCV”
CorporateActionAdjustment
Value “CAA”
DeliveryNoticeQty
Value “DN”
ExchangeForPhysicalQty
Value “EP”
PrivatelyNegotiatedTradeQty
Value “PNTN”
NetDeltaQty
Value “DLT”
CreditEventAdjustment
Value “CEA”
SuccessionEventAdjustment
Value “SEA”
Implementations§
Trait Implementations§
Source§impl ToFixString for PosType
impl ToFixString for PosType
fn to_fix_string(&self) -> FixString
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