pub enum PosAmtType {
CashAmount,
CashResidualAmount,
FinalMarkToMarketAmount,
IncrementalMarkToMarketAmount,
PremiumAmount,
SettlementValue,
StartOfDayMarkToMarketAmount,
TradeVariationAmount,
ValueAdjustedAmount,
}Variants§
CashAmount
CashResidualAmount
FinalMarkToMarketAmount
IncrementalMarkToMarketAmount
PremiumAmount
SettlementValue
StartOfDayMarkToMarketAmount
TradeVariationAmount
ValueAdjustedAmount
Implementations§
Source§impl PosAmtType
impl PosAmtType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for PosAmtType
impl Clone for PosAmtType
Source§fn clone(&self) -> PosAmtType
fn clone(&self) -> PosAmtType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PosAmtType
impl Debug for PosAmtType
Source§impl FromStr for PosAmtType
impl FromStr for PosAmtType
Source§impl Hash for PosAmtType
impl Hash for PosAmtType
Source§impl IntoFixValue for PosAmtType
impl IntoFixValue for PosAmtType
Source§impl PartialEq for PosAmtType
impl PartialEq for PosAmtType
impl Copy for PosAmtType
impl Eq for PosAmtType
impl StructuralPartialEq for PosAmtType
Auto Trait Implementations§
impl Freeze for PosAmtType
impl RefUnwindSafe for PosAmtType
impl Send for PosAmtType
impl Sync for PosAmtType
impl Unpin 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