pub enum ContAmtType {
Show 15 variants
NetSettlementAmount = 15,
CommissionAmount = 1,
CommissionPercent = 2,
InitialChargeAmount = 3,
InitialChargePercent = 4,
DiscountAmount = 5,
DiscountPercent = 6,
DilutionLevyAmount = 7,
DilutionLevyPercent = 8,
ExitChargeAmount = 9,
ExitChargePercent = 10,
FundBasedRenewalCommissionPercent = 11,
ProjectedFundValue = 12,
FundBasedRenewalCommissionOnFund = 14,
FundBasedRenewalCommissionOnOrder = 13,
}
Variants§
NetSettlementAmount = 15
CommissionAmount = 1
CommissionPercent = 2
InitialChargeAmount = 3
InitialChargePercent = 4
DiscountAmount = 5
DiscountPercent = 6
DilutionLevyAmount = 7
DilutionLevyPercent = 8
ExitChargeAmount = 9
ExitChargePercent = 10
FundBasedRenewalCommissionPercent = 11
ProjectedFundValue = 12
FundBasedRenewalCommissionOnFund = 14
FundBasedRenewalCommissionOnOrder = 13
Implementations§
Source§impl ContAmtType
impl ContAmtType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for ContAmtType
impl Clone for ContAmtType
Source§fn clone(&self) -> ContAmtType
fn clone(&self) -> ContAmtType
Returns a copy 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 ContAmtType
impl Debug for ContAmtType
Source§impl FromStr for ContAmtType
impl FromStr for ContAmtType
Source§impl Hash for ContAmtType
impl Hash for ContAmtType
Source§impl IntoFixValue for ContAmtType
impl IntoFixValue for ContAmtType
Source§impl PartialEq for ContAmtType
impl PartialEq for ContAmtType
impl Copy for ContAmtType
impl Eq for ContAmtType
impl StructuralPartialEq for ContAmtType
Auto Trait Implementations§
impl Freeze for ContAmtType
impl RefUnwindSafe for ContAmtType
impl Send for ContAmtType
impl Sync for ContAmtType
impl Unpin for ContAmtType
impl UnwindSafe for ContAmtType
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