pub enum SecurityType {
Show 82 variants
CommercialPaper,
VariableRateDemandNote,
PlazosFijos,
PromissoryNote,
Overnight,
MediumTermNotes,
TaxExemptCommercialPaper,
Amended,
BridgeLoan,
LetterOfCredit,
SwingLineFacility,
DebtorInPossession,
Defaulted,
Withdrawn,
LiquidityNote,
Matured,
DepositNotes,
Retired,
BankersAcceptance,
BankNotes,
BillOfExchanges,
CertificateOfDeposit,
CallLoans,
Replaced,
MandatoryTender,
Revolver,
MortgagePrivatePlacement,
ShortTermLoanNote,
MiscellaneousPassThrough,
ToBeAnnounced,
OtherAnticipationNotes,
MortgageInterestOnly,
CertificateOfParticipation,
MortgageBackedSecurities,
RevenueBonds,
SpecialAssessment,
SpecialObligation,
SpecialTax,
TaxAnticipationNote,
TaxAllocation,
CertificateOfObligation,
TimeDeposit,
GeneralObligationBonds,
Wildcard,
Warrant,
MutualFund,
MultilegInstrument,
TaxRevenueAnticipationNote,
MortgagePrincipalOnly,
RepurchaseAgreement,
NoSecurityType,
ExtendedCommNote,
AgencyPools,
AssetBackedSecurities,
Corp,
CollateralizedMortgageObligation,
IoetteMortgage,
ReverseRepurchaseAgreement,
ForeignExchangeContract,
RevenueAnticipationNote,
RevolverLoan,
FederalAgencyCoupon,
FederalAgencyDiscountNote,
PrivateExportFunding,
CorporateBond,
CorporatePrivatePlacement,
ConvertibleBond,
DualCurrency,
IndexedLinked,
YankeeCorporateBond,
CommonStock,
PreferredStock,
BradyBond,
UsTreasuryBond,
InterestStripFromAnyBondOrNote,
TreasuryInflationProtectedSecurities,
PrincipalStripOfACallableBondOrNote,
PrincipalStripFromANonCallableBondOrNote,
UsTreasuryNoteOld,
UsTreasuryBillOld,
TermLoan,
StructuredNotes,
}
Variants§
CommercialPaper
VariableRateDemandNote
PlazosFijos
PromissoryNote
Overnight
MediumTermNotes
TaxExemptCommercialPaper
Amended
BridgeLoan
LetterOfCredit
SwingLineFacility
DebtorInPossession
Defaulted
Withdrawn
LiquidityNote
Matured
DepositNotes
Retired
BankersAcceptance
BankNotes
BillOfExchanges
CertificateOfDeposit
CallLoans
Replaced
MandatoryTender
Revolver
MortgagePrivatePlacement
ShortTermLoanNote
MiscellaneousPassThrough
ToBeAnnounced
OtherAnticipationNotes
MortgageInterestOnly
CertificateOfParticipation
MortgageBackedSecurities
RevenueBonds
SpecialAssessment
SpecialObligation
SpecialTax
TaxAnticipationNote
TaxAllocation
CertificateOfObligation
TimeDeposit
GeneralObligationBonds
Wildcard
Warrant
MutualFund
MultilegInstrument
TaxRevenueAnticipationNote
MortgagePrincipalOnly
RepurchaseAgreement
NoSecurityType
ExtendedCommNote
AgencyPools
AssetBackedSecurities
Corp
CollateralizedMortgageObligation
IoetteMortgage
ReverseRepurchaseAgreement
ForeignExchangeContract
RevenueAnticipationNote
RevolverLoan
FederalAgencyCoupon
FederalAgencyDiscountNote
PrivateExportFunding
CorporateBond
CorporatePrivatePlacement
ConvertibleBond
DualCurrency
IndexedLinked
YankeeCorporateBond
CommonStock
PreferredStock
BradyBond
UsTreasuryBond
InterestStripFromAnyBondOrNote
TreasuryInflationProtectedSecurities
PrincipalStripOfACallableBondOrNote
PrincipalStripFromANonCallableBondOrNote
UsTreasuryNoteOld
UsTreasuryBillOld
TermLoan
StructuredNotes
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 copy 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