pub struct PosType;Expand description
PosType (703).
Implementations§
Source§impl PosType
impl PosType
pub const ALLOCATIONTRADEQTY: &'static str = "ALC"
pub const OPTIONASSIGNMENT: &'static str = "AS"
pub const ASOFTRADEQTY: &'static str = "ASF"
pub const DELIVERYQTY: &'static str = "DLV"
pub const ELECTRONICTRADEQTY: &'static str = "ETR"
pub const OPTIONEXERCISEQTY: &'static str = "EX"
pub const ENDOFDAYQTY: &'static str = "FIN"
pub const INTRASPREADQTY: &'static str = "IAS"
pub const INTERSPREADQTY: &'static str = "IES"
pub const ADJUSTMENTQTY: &'static str = "PA"
pub const PITTRADEQTY: &'static str = "PIT"
pub const STARTOFDAYQTY: &'static str = "SOD"
pub const INTEGRALSPLIT: &'static str = "SPL"
pub const TRANSACTIONFROMASSIGNMENT: &'static str = "TA"
pub const TOTALTRANSACTIONQTY: &'static str = "TOT"
pub const TRANSACTIONQUANTITY: &'static str = "TQ"
pub const TRANSFERTRADEQTY: &'static str = "TRF"
pub const TRANSACTIONFROMEXERCISE: &'static str = "TX"
pub const CROSSMARGINQTY: &'static str = "XM"
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PosType
impl RefUnwindSafe for PosType
impl Send for PosType
impl Sync for PosType
impl Unpin for PosType
impl UnsafeUnpin 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