pub struct PosAmtType;Expand description
PosAmtType (707).
Implementations§
Source§impl PosAmtType
impl PosAmtType
pub const CASHAMOUNTCORPORATEEVENT: &'static str = "CASH"
pub const CASHRESIDUALAMOUNT: &'static str = "CRES"
pub const FINALMARKTOMARKETAMOUNT: &'static str = "FMTM"
pub const INCREMENTALMARKTOMARKETAMOUNT: &'static str = "IMTM"
pub const PREMIUMAMOUNT: &'static str = "PREM"
pub const STARTOFDAYMARKTOMARKETAMOUNT: &'static str = "SMTM"
pub const TRADEVARIATIONAMOUNT: &'static str = "TVAR"
pub const VALUEADJUSTEDAMOUNT: &'static str = "VADJ"
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PosAmtType
impl RefUnwindSafe for PosAmtType
impl Send for PosAmtType
impl Sync for PosAmtType
impl Unpin for PosAmtType
impl UnsafeUnpin for PosAmtType
impl UnwindSafe for PosAmtType
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