pub enum InstrAttribType {
Show 23 variants
Flat = 1,
ZeroCoupon = 2,
InterestBearing = 3,
NoPeriodicPayments = 4,
VariableRate = 5,
LessFeeForPut = 6,
SteppedCoupon = 7,
CouponPeriod = 8,
When = 9,
OriginalIssueDiscount = 10,
Callable = 11,
EscrowedToMaturity = 12,
EscrowedToRedemptionDate = 13,
PreRefunded = 14,
InDefault = 15,
Unrated = 16,
Taxable = 17,
Indexed = 18,
SubjectToAlternativeMinimumTax = 19,
OriginalIssueDiscountPrice = 20,
CallableBelowMaturityValue = 21,
CallableWithoutNotice = 22,
Text = 99,
}Variants§
Flat = 1
ZeroCoupon = 2
InterestBearing = 3
NoPeriodicPayments = 4
VariableRate = 5
LessFeeForPut = 6
SteppedCoupon = 7
CouponPeriod = 8
When = 9
OriginalIssueDiscount = 10
Callable = 11
EscrowedToMaturity = 12
EscrowedToRedemptionDate = 13
PreRefunded = 14
InDefault = 15
Unrated = 16
Taxable = 17
Indexed = 18
SubjectToAlternativeMinimumTax = 19
OriginalIssueDiscountPrice = 20
CallableBelowMaturityValue = 21
CallableWithoutNotice = 22
Text = 99
Implementations§
Source§impl InstrAttribType
impl InstrAttribType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for InstrAttribType
impl Clone for InstrAttribType
Source§fn clone(&self) -> InstrAttribType
fn clone(&self) -> InstrAttribType
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 InstrAttribType
impl Debug for InstrAttribType
Source§impl FromStr for InstrAttribType
impl FromStr for InstrAttribType
Source§impl Hash for InstrAttribType
impl Hash for InstrAttribType
Source§impl IntoFixValue for InstrAttribType
impl IntoFixValue for InstrAttribType
Source§impl PartialEq for InstrAttribType
impl PartialEq for InstrAttribType
impl Copy for InstrAttribType
impl Eq for InstrAttribType
impl StructuralPartialEq for InstrAttribType
Auto Trait Implementations§
impl Freeze for InstrAttribType
impl RefUnwindSafe for InstrAttribType
impl Send for InstrAttribType
impl Sync for InstrAttribType
impl Unpin for InstrAttribType
impl UnwindSafe for InstrAttribType
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