Enum quickfix_msg44::field_types::SecurityType
source · pub enum SecurityType {
Show 95 variants
EuroSupranationalCoupons,
FederalAgencyCoupon,
FederalAgencyDiscountNote,
PrivateExportFunding,
UsdSupranationalCoupons,
CorporateBond,
CorporatePrivatePlacement,
ConvertibleBond,
DualCurrency,
EuroCorporateBond,
IndexedLinked,
StructuredNotes,
YankeeCorporateBond,
ForeignExchangeContract,
CommonStock,
PreferredStock,
BradyBond,
EuroSovereigns,
UsTreasuryBond,
InterestStripFromAnyBondOrNote,
TreasuryInflationProtectedSecurities,
PrincipalStripOfACallableBondOrNote,
PrincipalStripFromANonCallableBondOrNote,
UsTreasuryNoteOld,
UsTreasuryBillOld,
UsTreasuryNote,
UsTreasuryBill,
Repurchase,
Forward,
BuySellback,
SecuritiesLoan,
SecuritiesPledge,
TermLoan,
RevolverLoan,
Revolver,
BridgeLoan,
LetterOfCredit,
SwingLineFacility,
DebtorInPossession,
Defaulted,
Withdrawn,
Replaced,
Matured,
Amended,
Retired,
BankersAcceptance,
BankNotes,
BillOfExchanges,
CertificateOfDeposit,
CallLoans,
CommercialPaper,
DepositNotes,
EuroCertificateOfDeposit,
EuroCommercialPaper,
LiquidityNote,
MediumTermNotes,
Overnight,
PromissoryNote,
PlazosFijos,
ShortTermLoanNote,
TimeDeposit,
ExtendedCommNote,
YankeeCertificateOfDeposit,
AssetBackedSecurities,
Corp,
CollateralizedMortgageObligation,
IoetteMortgage,
MortgageBackedSecurities,
MortgageInterestOnly,
MortgagePrincipalOnly,
MortgagePrivatePlacement,
MiscellaneousPassThrough,
Pfandbriefe,
ToBeAnnounced,
OtherAnticipationNotes,
CertificateOfObligation,
CertificateOfParticipation,
GeneralObligationBonds,
MandatoryTender,
RevenueAnticipationNote,
RevenueBonds,
SpecialAssessment,
SpecialObligation,
SpecialTax,
TaxAnticipationNote,
TaxAllocation,
TaxExemptCommercialPaper,
TaxRevenueAnticipationNote,
VariableRateDemandNote,
Warrant,
MutualFund,
MultilegInstrument,
NoSecurityType,
Future,
Option,
}
Variants§
EuroSupranationalCoupons
FederalAgencyCoupon
FederalAgencyDiscountNote
PrivateExportFunding
UsdSupranationalCoupons
CorporateBond
CorporatePrivatePlacement
ConvertibleBond
DualCurrency
EuroCorporateBond
IndexedLinked
StructuredNotes
YankeeCorporateBond
ForeignExchangeContract
CommonStock
PreferredStock
BradyBond
EuroSovereigns
UsTreasuryBond
InterestStripFromAnyBondOrNote
TreasuryInflationProtectedSecurities
PrincipalStripOfACallableBondOrNote
PrincipalStripFromANonCallableBondOrNote
UsTreasuryNoteOld
UsTreasuryBillOld
UsTreasuryNote
UsTreasuryBill
Repurchase
Forward
BuySellback
SecuritiesLoan
SecuritiesPledge
TermLoan
RevolverLoan
Revolver
BridgeLoan
LetterOfCredit
SwingLineFacility
DebtorInPossession
Defaulted
Withdrawn
Replaced
Matured
Amended
Retired
BankersAcceptance
BankNotes
BillOfExchanges
CertificateOfDeposit
CallLoans
CommercialPaper
DepositNotes
EuroCertificateOfDeposit
EuroCommercialPaper
LiquidityNote
MediumTermNotes
Overnight
PromissoryNote
PlazosFijos
ShortTermLoanNote
TimeDeposit
ExtendedCommNote
YankeeCertificateOfDeposit
AssetBackedSecurities
Corp
CollateralizedMortgageObligation
IoetteMortgage
MortgageBackedSecurities
MortgageInterestOnly
MortgagePrincipalOnly
MortgagePrivatePlacement
MiscellaneousPassThrough
Pfandbriefe
ToBeAnnounced
OtherAnticipationNotes
CertificateOfObligation
CertificateOfParticipation
GeneralObligationBonds
MandatoryTender
RevenueAnticipationNote
RevenueBonds
SpecialAssessment
SpecialObligation
SpecialTax
TaxAnticipationNote
TaxAllocation
TaxExemptCommercialPaper
TaxRevenueAnticipationNote
VariableRateDemandNote
Warrant
MutualFund
MultilegInstrument
NoSecurityType
Future
Option
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
source§fn eq(&self, other: &SecurityType) -> bool
fn eq(&self, other: &SecurityType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SecurityType
impl Eq for SecurityType
impl StructuralPartialEq for SecurityType
Auto Trait Implementations§
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