Skip to main content

YieldType

Struct YieldType 

Source
pub struct YieldType;
Expand description

YieldType (235).

Implementations§

Source§

impl YieldType

Source

pub const AFTERTAXYIELD: &'static str = "AFTERTAX"

Source

pub const ANNUALYIELD: &'static str = "ANNUAL"

Source

pub const YIELDATISSUE: &'static str = "ATISSUE"

Source

pub const YIELDTOAVGMATURITY: &'static str = "AVGMATURITY"

Source

pub const BOOKYIELD: &'static str = "BOOK"

Source

pub const YIELDTONEXTCALL: &'static str = "CALL"

Source

pub const YIELDCHANGESINCECLOSE: &'static str = "CHANGE"

Source

pub const CLOSINGYIELD: &'static str = "CLOSE"

Source

pub const COMPOUNDYIELD: &'static str = "COMPOUND"

Source

pub const CURRENTYIELD: &'static str = "CURRENT"

Source

pub const GVNTEQUIVALENTYIELD: &'static str = "GOVTEQUIV"

Source

pub const TRUEGROSSYIELD: &'static str = "GROSS"

Source

pub const YIELDINFLATIONASSUMPTION: &'static str = "INFLATION"

Source

pub const INVFLOATERBONDYIELD: &'static str = "INVERSEFLOATER"

Source

pub const MOSTRECENTCLOSINGYIELD: &'static str = "LASTCLOSE"

Source

pub const CLOSINGYIELDMOSTRECENTMONTH: &'static str = "LASTMONTH"

Source

pub const CLOSINGYIELDMOSTRECENTQUARTER: &'static str = "LASTQUARTER"

Source

pub const CLOSINGYIELDMOSTRECENTYEAR: &'static str = "LASTYEAR"

Source

pub const YIELDTOLONGESTAVERAGELIFE: &'static str = "LONGAVGLIFE"

Source

pub const MARKTOMARKETYIELD: &'static str = "MARK"

Source

pub const YIELDTOMATURITY: &'static str = "MATURITY"

Source

pub const YIELDTONEXTREFUNDSINKING: &'static str = "NEXTREFUND"

Source

pub const OPENAVERAGEYIELD: &'static str = "OPENAVG"

Source

pub const PREVIOUSCLOSEYIELD: &'static str = "PREVCLOSE"

Source

pub const PROCEEDSYIELD: &'static str = "PROCEEDS"

Source

pub const YIELDTONEXTPUT: &'static str = "PUT"

Source

pub const SEMI: &'static str = "SEMIANNUAL"

Source

pub const YIELDTOSHORTESTAVERAGELIFE: &'static str = "SHORTAVGLIFE"

Source

pub const SIMPLEYIELD: &'static str = "SIMPLE"

Source

pub const TAXEQUIVALENTYIELD: &'static str = "TAXEQUIV"

Source

pub const YIELDTOTENDERDATE: &'static str = "TENDER"

Source

pub const TRUEYIELD: &'static str = "TRUE"

Source

pub const YIELDVALUEOF132: &'static str = "VALUE1_32"

Source

pub const YIELDTOWORSTCONVENTION: &'static str = "WORST"

Trait Implementations§

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more