pub enum StipulationType {
Show 50 variants
AlternativeMinimumTax,
AutoReinvestment,
BankQualified,
BargainConditions,
CouponRange,
IsoCurrencyCode,
CustomStart,
Geographics,
ValuationDiscount,
Insured,
IssueDate,
Issuer,
IssueSizeRange,
LookbackDays,
ExplicitLotIdentifier,
LotVariance,
MaturityYearAndMonth,
MaturityRange,
MaximumSubstitutions,
MinimumQuantity,
MinimumIncrement,
MinimumDenomination,
PaymentFrequency,
NumberOfPieces,
PoolsMaximum,
PoolsPerMillion,
PoolsPerLot,
PoolsPerTrade,
PriceRange,
PricingFrequency,
ProductionYear,
CallProtection,
Purpose,
BenchmarkPriceSource,
RatingSourceAndRange,
TypeOfRedemption,
Restricted,
MarketSector,
SecurityTypeIncludedOrExcluded,
Structure,
SubstitutionsFrequency,
SubstitutionsLeft,
FreeformText,
TradeVariance,
WeightedAverageCoupon,
WeightedAverageLifeCoupon,
WeightedAverageLoanAge,
WeightedAverageMaturity,
WholePool,
YieldRange,
}
Variants§
AlternativeMinimumTax
AutoReinvestment
BankQualified
BargainConditions
CouponRange
IsoCurrencyCode
CustomStart
Geographics
ValuationDiscount
Insured
IssueDate
Issuer
IssueSizeRange
LookbackDays
ExplicitLotIdentifier
LotVariance
MaturityYearAndMonth
MaturityRange
MaximumSubstitutions
MinimumQuantity
MinimumIncrement
MinimumDenomination
PaymentFrequency
NumberOfPieces
PoolsMaximum
PoolsPerMillion
PoolsPerLot
PoolsPerTrade
PriceRange
PricingFrequency
ProductionYear
CallProtection
Purpose
BenchmarkPriceSource
RatingSourceAndRange
TypeOfRedemption
Restricted
MarketSector
SecurityTypeIncludedOrExcluded
Structure
SubstitutionsFrequency
SubstitutionsLeft
FreeformText
TradeVariance
WeightedAverageCoupon
WeightedAverageLifeCoupon
WeightedAverageLoanAge
WeightedAverageMaturity
WholePool
YieldRange
Implementations§
Source§impl StipulationType
impl StipulationType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for StipulationType
impl Clone for StipulationType
Source§fn clone(&self) -> StipulationType
fn clone(&self) -> StipulationType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for StipulationType
impl Debug for StipulationType
Source§impl FromStr for StipulationType
impl FromStr for StipulationType
Source§impl Hash for StipulationType
impl Hash for StipulationType
Source§impl IntoFixValue for StipulationType
impl IntoFixValue for StipulationType
Source§impl PartialEq for StipulationType
impl PartialEq for StipulationType
impl Copy for StipulationType
impl Eq for StipulationType
impl StructuralPartialEq for StipulationType
Auto Trait Implementations§
impl Freeze for StipulationType
impl RefUnwindSafe for StipulationType
impl Send for StipulationType
impl Sync for StipulationType
impl Unpin for StipulationType
impl UnwindSafe for StipulationType
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