pub enum SecurityListType {
    IndustryClassification,
    TradingList,
    Market,
    NewspaperList,
}Variants§
Implementations§
source§impl SecurityListType
 
impl SecurityListType
pub const fn from_bytes(input: &[u8]) -> Option<SecurityListType>
pub const fn from_fix_str(input: &FixStr) -> Option<SecurityListType>
pub const fn as_bytes(&self) -> &'static [u8] ⓘ
pub const fn as_fix_str(&self) -> &'static FixStr
Trait Implementations§
source§impl Clone for SecurityListType
 
impl Clone for SecurityListType
source§fn clone(&self) -> SecurityListType
 
fn clone(&self) -> SecurityListType
Returns a copy of the value. Read more
1.6.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 SecurityListType
 
impl Debug for SecurityListType
source§impl Default for SecurityListType
 
impl Default for SecurityListType
source§fn default() -> SecurityListType
 
fn default() -> SecurityListType
Returns the “default value” for a type. Read more
source§impl From<SecurityListType> for &'static [u8]
 
impl From<SecurityListType> for &'static [u8]
source§impl PartialEq for SecurityListType
 
impl PartialEq for SecurityListType
source§impl ToFixString for SecurityListType
 
impl ToFixString for SecurityListType
fn to_fix_string(&self) -> FixString
source§impl TryFrom<i64> for SecurityListType
 
impl TryFrom<i64> for SecurityListType
source§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
source§fn try_from(input: Int) -> Result<SecurityListType, SessionRejectReason>
 
fn try_from(input: Int) -> Result<SecurityListType, SessionRejectReason>
Performs the conversion.
impl Copy for SecurityListType
impl Eq for SecurityListType
impl StructuralPartialEq for SecurityListType
Auto Trait Implementations§
impl Freeze for SecurityListType
impl RefUnwindSafe for SecurityListType
impl Send for SecurityListType
impl Sync for SecurityListType
impl Unpin for SecurityListType
impl UnwindSafe for SecurityListType
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)