Enum fefix::definitions::fix50sp1::YieldType[][src]

pub enum YieldType {
Show 34 variants AfterTaxYield, AnnualYield, YieldAtIssue, YieldToAvgMaturity, BookYield, YieldToNextCall, YieldChangeSinceClose, ClosingYield, CompoundYield, CurrentYield, GvntEquivalentYield, TrueGrossYield, YieldWithInflationAssumption, InverseFloaterBondYield, MostRecentClosingYield, ClosingYieldMostRecentMonth, ClosingYieldMostRecentQuarter, ClosingYieldMostRecentYear, YieldToLongestAverageLife, MarkToMarketYield, YieldToMaturity, YieldToNextRefund, OpenAverageYield, PreviousCloseYield, ProceedsYield, YieldToNextPut, SemiAnnualYield, YieldToShortestAverageLife, SimpleYield, TaxEquivalentYield, YieldToTenderDate, TrueYield, YieldValueOf132, YieldToWorst,
}
This is supported on crate feature fix50sp1 only.
Expand description

Field type variants for YieldType.

Variants

AfterTaxYield

Field variant ‘AFTERTAX’.

AnnualYield

Field variant ‘ANNUAL’.

YieldAtIssue

Field variant ‘ATISSUE’.

YieldToAvgMaturity

Field variant ‘AVGMATURITY’.

BookYield

Field variant ‘BOOK’.

YieldToNextCall

Field variant ‘CALL’.

YieldChangeSinceClose

Field variant ‘CHANGE’.

ClosingYield

Field variant ‘CLOSE’.

CompoundYield

Field variant ‘COMPOUND’.

CurrentYield

Field variant ‘CURRENT’.

GvntEquivalentYield

Field variant ‘GOVTEQUIV’.

TrueGrossYield

Field variant ‘GROSS’.

YieldWithInflationAssumption

Field variant ‘INFLATION’.

InverseFloaterBondYield

Field variant ‘INVERSEFLOATER’.

MostRecentClosingYield

Field variant ‘LASTCLOSE’.

ClosingYieldMostRecentMonth

Field variant ‘LASTMONTH’.

ClosingYieldMostRecentQuarter

Field variant ‘LASTQUARTER’.

ClosingYieldMostRecentYear

Field variant ‘LASTYEAR’.

YieldToLongestAverageLife

Field variant ‘LONGAVGLIFE’.

MarkToMarketYield

Field variant ‘MARK’.

YieldToMaturity

Field variant ‘MATURITY’.

YieldToNextRefund

Field variant ‘NEXTREFUND’.

OpenAverageYield

Field variant ‘OPENAVG’.

PreviousCloseYield

Field variant ‘PREVCLOSE’.

ProceedsYield

Field variant ‘PROCEEDS’.

YieldToNextPut

Field variant ‘PUT’.

SemiAnnualYield

Field variant ‘SEMIANNUAL’.

YieldToShortestAverageLife

Field variant ‘SHORTAVGLIFE’.

SimpleYield

Field variant ‘SIMPLE’.

TaxEquivalentYield

Field variant ‘TAXEQUIV’.

YieldToTenderDate

Field variant ‘TENDER’.

TrueYield

Field variant ‘TRUE’.

YieldValueOf132

Field variant ‘VALUE1_32’.

YieldToWorst

Field variant ‘WORST’.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

The error type that can arise during deserialization.

A type with values that customize the serialization algorithm, e.g. padding information. Read more

Writes self to buffer using custom serialization settings.

Parses and deserializes from data.

Writes self to buffer using default settings.

Like FixValue::deserialize, but it’s allowed to skip some amount of input checking. Invalid inputs might not trigger errors and instead be deserialized as random values. Read more

Serializes self to a Vec of bytes, allocated on the fly.

Allocates a String representation of self. Read more

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.