pub enum SymbolSfx {
EucpWithLumpSumInterestRatherThanDiscountPrice,
WhenIssuedForASecurityToBeReissuedUnderAnOldCusipOrIsin,
}
Variants§
EucpWithLumpSumInterestRatherThanDiscountPrice
Value “CD”
WhenIssuedForASecurityToBeReissuedUnderAnOldCusipOrIsin
Value “WI”
Implementations§
Trait Implementations§
Source§impl ToFixString for SymbolSfx
impl ToFixString for SymbolSfx
fn to_fix_string(&self) -> FixString
impl Copy for SymbolSfx
impl Eq for SymbolSfx
impl StructuralPartialEq for SymbolSfx
Auto Trait Implementations§
impl Freeze for SymbolSfx
impl RefUnwindSafe for SymbolSfx
impl Send for SymbolSfx
impl Sync for SymbolSfx
impl Unpin for SymbolSfx
impl UnwindSafe for SymbolSfx
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