pub enum SecurityType {
Show 99 variants
OtherAnticipationNotes,
BankersAcceptance,
BankNotes,
ConvertibleBond,
CertificateOfDeposit,
CallLoans,
CommercialPaper,
CommonStock,
DepositNotes,
GeneralObligationBonds,
MutualFund,
MandatoryTender,
PromissoryNote,
PreferredStock,
TimeDeposit,
AssetBackedSecurities,
BillOfExchanges,
CollateralizedMortgageObligation,
CorporatePrivatePlacement,
FederalAgencyCoupon,
ForeignExchangeContract,
Future,
IoetteMortgage,
LiquidityNote,
MortgageBackedSecurities,
MortgageInterestOnly,
MortgagePrincipalOnly,
MortgagePrivatePlacement,
MiscellaneousPassThrough,
MediumTermNotes,
OptionsOnFutures,
OptionsOnPhysical,
Option,
PrivateExportFunding,
RevenueAnticipationNote,
RevenueBonds,
ShortTermLoanNote,
TaxAnticipationNote,
ToBeAnnounced,
UsTreasuryNoteOld,
Warrant,
WildcardEntry,
ExtendedCommNote,
YankeeCertificateOfDeposit,
Cash,
Corp,
CertificateOfObligation,
CertificateOfParticipation,
CorporateBond,
DebtorInPossession,
DualCurrency,
EuroCertificateOfDeposit,
EuroCommercialPaper,
FederalAgencyDiscountNote,
LetterOfCredit,
MultilegInstrument,
NoSecurityType,
PlazosFijos,
Repurchase,
RevolverLoan,
TaxAllocation,
PrincipalStripOfACallableBondOrNote,
TaxExemptCommercialPaper,
TermLoan,
InterestStripFromAnyBondOrNote,
TreasuryInflationProtectedSecurities,
PrincipalStripFromANonCallableBondOrNote,
TaxRevenueAnticipationNote,
UsTreasuryBillOld,
VariableRateDemandNote,
YankeeCorporateBond,
BradyBond,
EuroSovereigns,
Overnight,
Pfandbriefe,
SpecialAssessment,
SpecialObligation,
SpecialTax,
UsdSupranationalCoupons,
SwingLineFacility,
UsTreasuryBill,
UsTreasuryBond,
UsTreasuryNote,
BridgeLoan,
EuroCorporateBond,
StructuredNotes,
IndexedLinked,
Amended,
BuySellback,
Defaulted,
EuroSupranationalCoupons,
Forward,
Matured,
Replaced,
Retired,
Revolver,
SecuritiesLoan,
Withdrawn,
SecuritiesPledge,
}
Variants§
OtherAnticipationNotes
BankersAcceptance
BankNotes
ConvertibleBond
CertificateOfDeposit
CallLoans
CommercialPaper
CommonStock
DepositNotes
GeneralObligationBonds
MutualFund
MandatoryTender
PromissoryNote
PreferredStock
TimeDeposit
AssetBackedSecurities
BillOfExchanges
CollateralizedMortgageObligation
CorporatePrivatePlacement
FederalAgencyCoupon
ForeignExchangeContract
Future
IoetteMortgage
LiquidityNote
MortgageBackedSecurities
MortgageInterestOnly
MortgagePrincipalOnly
MortgagePrivatePlacement
MiscellaneousPassThrough
MediumTermNotes
OptionsOnFutures
OptionsOnPhysical
Option
PrivateExportFunding
RevenueAnticipationNote
RevenueBonds
ShortTermLoanNote
TaxAnticipationNote
ToBeAnnounced
UsTreasuryNoteOld
Warrant
WildcardEntry
ExtendedCommNote
YankeeCertificateOfDeposit
Cash
Corp
CertificateOfObligation
CertificateOfParticipation
CorporateBond
DebtorInPossession
DualCurrency
EuroCertificateOfDeposit
EuroCommercialPaper
FederalAgencyDiscountNote
LetterOfCredit
MultilegInstrument
NoSecurityType
PlazosFijos
Repurchase
RevolverLoan
TaxAllocation
PrincipalStripOfACallableBondOrNote
TaxExemptCommercialPaper
TermLoan
InterestStripFromAnyBondOrNote
TreasuryInflationProtectedSecurities
PrincipalStripFromANonCallableBondOrNote
TaxRevenueAnticipationNote
UsTreasuryBillOld
VariableRateDemandNote
YankeeCorporateBond
BradyBond
EuroSovereigns
Overnight
Pfandbriefe
SpecialAssessment
SpecialObligation
SpecialTax
UsdSupranationalCoupons
SwingLineFacility
UsTreasuryBill
UsTreasuryBond
UsTreasuryNote
BridgeLoan
EuroCorporateBond
StructuredNotes
IndexedLinked
Amended
BuySellback
Defaulted
EuroSupranationalCoupons
Forward
Matured
Replaced
Retired
Revolver
SecuritiesLoan
Withdrawn
SecuritiesPledge
Implementations§
Source§impl SecurityType
impl SecurityType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for SecurityType
impl Clone for SecurityType
Source§fn clone(&self) -> SecurityType
fn clone(&self) -> SecurityType
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 SecurityType
impl Debug for SecurityType
Source§impl FromStr for SecurityType
impl FromStr for SecurityType
Source§impl Hash for SecurityType
impl Hash for SecurityType
Source§impl IntoFixValue for SecurityType
impl IntoFixValue for SecurityType
Source§impl PartialEq for SecurityType
impl PartialEq for SecurityType
impl Copy for SecurityType
impl Eq for SecurityType
impl StructuralPartialEq for SecurityType
Auto Trait Implementations§
impl Freeze for SecurityType
impl RefUnwindSafe for SecurityType
impl Send for SecurityType
impl Sync for SecurityType
impl Unpin for SecurityType
impl UnwindSafe for SecurityType
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