Enum quickfix_msg44::field_types::YieldType
source · pub enum YieldType {
Show 34 variants
AfterTaxYield,
AnnualYield,
YieldAtIssue,
YieldToAverageMaturity,
BookYield,
YieldToNextCall,
YieldChangeSinceClose,
ClosingYield,
CompoundYield,
CurrentYield,
TrueGrossYield,
GvntEquivalentYield,
YieldWithInflationAssumption,
InverseFloaterBondYield,
MostRecentClosingYield,
ClosingYieldMostRecentMonth,
ClosingYieldMostRecentQuarter,
ClosingYieldMostRecentYear,
YieldToLongestAverageLife,
MarkToMarketYield,
YieldToMaturity,
YieldToNextRefund,
OpenAverageYield,
YieldToNextPut,
PreviousCloseYield,
ProceedsYield,
SemiAnnualYield,
YieldToShortestAverageLife,
SimpleYield,
TaxEquivalentYield,
YieldToTenderDate,
TrueYield,
YieldValueOf132,
YieldToWorst,
}
Variants§
AfterTaxYield
AnnualYield
YieldAtIssue
YieldToAverageMaturity
BookYield
YieldToNextCall
YieldChangeSinceClose
ClosingYield
CompoundYield
CurrentYield
TrueGrossYield
GvntEquivalentYield
YieldWithInflationAssumption
InverseFloaterBondYield
MostRecentClosingYield
ClosingYieldMostRecentMonth
ClosingYieldMostRecentQuarter
ClosingYieldMostRecentYear
YieldToLongestAverageLife
MarkToMarketYield
YieldToMaturity
YieldToNextRefund
OpenAverageYield
YieldToNextPut
PreviousCloseYield
ProceedsYield
SemiAnnualYield
YieldToShortestAverageLife
SimpleYield
TaxEquivalentYield
YieldToTenderDate
TrueYield
YieldValueOf132
YieldToWorst
Implementations§
source§impl YieldType
impl YieldType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
source§impl IntoFixValue for YieldType
impl IntoFixValue for YieldType
source§impl PartialEq for YieldType
impl PartialEq for YieldType
impl Copy for YieldType
impl Eq for YieldType
impl StructuralPartialEq for YieldType
Auto Trait Implementations§
impl RefUnwindSafe for YieldType
impl Send for YieldType
impl Sync for YieldType
impl Unpin for YieldType
impl UnwindSafe for YieldType
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