pub enum MiscFeeType {
Show 14 variants
    Regulatory,
    Tax,
    LocalCommission,
    ExchangeFees,
    Stamp,
    Levy,
    Other,
    Markup,
    ConsumptionTax,
    PerTransaction,
    Conversion,
    Agent,
    TransferFee,
    SecurityLending,
}Variants§
Regulatory
Value “1”
Tax
Value “2”
LocalCommission
Value “3”
ExchangeFees
Value “4”
Stamp
Value “5”
Levy
Value “6”
Other
Value “7”
Markup
Value “8”
ConsumptionTax
Value “9”
PerTransaction
Value “10”
Conversion
Value “11”
Agent
Value “12”
TransferFee
Value “13”
SecurityLending
Value “14”
Implementations§
source§impl MiscFeeType
 
impl MiscFeeType
pub const fn from_bytes(input: &[u8]) -> Option<MiscFeeType>
pub const fn from_fix_str(input: &FixStr) -> Option<MiscFeeType>
pub const fn as_bytes(&self) -> &'static [u8] ⓘ
pub const fn as_fix_str(&self) -> &'static FixStr
Trait Implementations§
source§impl Clone for MiscFeeType
 
impl Clone for MiscFeeType
source§fn clone(&self) -> MiscFeeType
 
fn clone(&self) -> MiscFeeType
Returns a copy of the value. Read more
1.6.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 MiscFeeType
 
impl Debug for MiscFeeType
source§impl Default for MiscFeeType
 
impl Default for MiscFeeType
source§fn default() -> MiscFeeType
 
fn default() -> MiscFeeType
Returns the “default value” for a type. Read more
source§impl From<MiscFeeType> for &'static [u8]
 
impl From<MiscFeeType> for &'static [u8]
source§impl PartialEq for MiscFeeType
 
impl PartialEq for MiscFeeType
source§impl ToFixString for MiscFeeType
 
impl ToFixString for MiscFeeType
fn to_fix_string(&self) -> FixString
source§impl TryFrom<&FixStr> for MiscFeeType
 
impl TryFrom<&FixStr> for MiscFeeType
source§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
source§fn try_from(input: &FixStr) -> Result<MiscFeeType, SessionRejectReason>
 
fn try_from(input: &FixStr) -> Result<MiscFeeType, SessionRejectReason>
Performs the conversion.
impl Copy for MiscFeeType
impl Eq for MiscFeeType
impl StructuralPartialEq for MiscFeeType
Auto Trait Implementations§
impl Freeze for MiscFeeType
impl RefUnwindSafe for MiscFeeType
impl Send for MiscFeeType
impl Sync for MiscFeeType
impl Unpin for MiscFeeType
impl UnwindSafe for MiscFeeType
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)