pub struct YieldType;Expand description
YieldType (235).
Implementations§
Source§impl YieldType
impl YieldType
pub const AFTERTAXYIELD: &'static str = "AFTERTAX"
pub const ANNUALYIELD: &'static str = "ANNUAL"
pub const YIELDATISSUE: &'static str = "ATISSUE"
pub const YIELDTOAVGMATURITY: &'static str = "AVGMATURITY"
pub const BOOKYIELD: &'static str = "BOOK"
pub const YIELDTONEXTCALL: &'static str = "CALL"
pub const YIELDCHANGESINCECLOSE: &'static str = "CHANGE"
pub const CLOSINGYIELD: &'static str = "CLOSE"
pub const COMPOUNDYIELD: &'static str = "COMPOUND"
pub const CURRENTYIELD: &'static str = "CURRENT"
pub const GVNTEQUIVALENTYIELD: &'static str = "GOVTEQUIV"
pub const TRUEGROSSYIELD: &'static str = "GROSS"
pub const YIELDINFLATIONASSUMPTION: &'static str = "INFLATION"
pub const INVFLOATERBONDYIELD: &'static str = "INVERSEFLOATER"
pub const MOSTRECENTCLOSINGYIELD: &'static str = "LASTCLOSE"
pub const CLOSINGYIELDMOSTRECENTMONTH: &'static str = "LASTMONTH"
pub const CLOSINGYIELDMOSTRECENTQUARTER: &'static str = "LASTQUARTER"
pub const CLOSINGYIELDMOSTRECENTYEAR: &'static str = "LASTYEAR"
pub const YIELDTOLONGESTAVERAGELIFE: &'static str = "LONGAVGLIFE"
pub const MARKTOMARKETYIELD: &'static str = "MARK"
pub const YIELDTOMATURITY: &'static str = "MATURITY"
pub const YIELDTONEXTREFUNDSINKING: &'static str = "NEXTREFUND"
pub const OPENAVERAGEYIELD: &'static str = "OPENAVG"
pub const PREVIOUSCLOSEYIELD: &'static str = "PREVCLOSE"
pub const PROCEEDSYIELD: &'static str = "PROCEEDS"
pub const YIELDTONEXTPUT: &'static str = "PUT"
pub const SEMI: &'static str = "SEMIANNUAL"
pub const YIELDTOSHORTESTAVERAGELIFE: &'static str = "SHORTAVGLIFE"
pub const SIMPLEYIELD: &'static str = "SIMPLE"
pub const TAXEQUIVALENTYIELD: &'static str = "TAXEQUIV"
pub const YIELDTOTENDERDATE: &'static str = "TENDER"
pub const TRUEYIELD: &'static str = "TRUE"
pub const YIELDVALUEOF132: &'static str = "VALUE1_32"
pub const YIELDTOWORSTCONVENTION: &'static str = "WORST"
Trait Implementations§
Auto Trait Implementations§
impl Freeze for YieldType
impl RefUnwindSafe for YieldType
impl Send for YieldType
impl Sync for YieldType
impl Unpin for YieldType
impl UnsafeUnpin 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