pub enum SecurityType {
Show 30 variants
BankersAcceptance,
CertificateOfDeposit,
CollateralizedMortgageObligation,
CorporateBond,
CommercialPaper,
CorporatePrivatePlacement,
CommonStock,
FederalHousingAuthority,
FederalHomeLoan,
FederalNationalMortgageAssociation,
ForeignExchangeContract,
Future,
GovernmentNationalMortgageAssociation,
TreasuriesAgencyDebenture,
MutualFund,
MortgageInterestOnly,
MortgagePrincipalOnly,
MortgagePrivatePlacement,
MiscellaneousPassThrough,
MunicipalBond,
NoSecurityType,
Option,
PreferredStock,
RepurchaseAgreement,
ReverseRepurchaseAgreement,
StudentLoanMarketingAssociation,
TimeDeposit,
UsTreasuryBillOld,
Warrant,
CatsTigersAndLions,
}
Variants§
BankersAcceptance
CertificateOfDeposit
CollateralizedMortgageObligation
CorporateBond
CommercialPaper
CorporatePrivatePlacement
CommonStock
FederalHousingAuthority
FederalHomeLoan
FederalNationalMortgageAssociation
ForeignExchangeContract
Future
GovernmentNationalMortgageAssociation
TreasuriesAgencyDebenture
MutualFund
MortgageInterestOnly
MortgagePrincipalOnly
MortgagePrivatePlacement
MiscellaneousPassThrough
MunicipalBond
NoSecurityType
Option
PreferredStock
RepurchaseAgreement
ReverseRepurchaseAgreement
StudentLoanMarketingAssociation
TimeDeposit
UsTreasuryBillOld
Warrant
CatsTigersAndLions
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