pub enum SecurityListRequestType {
    Symbol,
    SecuritytypeAndOrCficode,
    Product,
    Tradingsessionid,
    AllSecurities,
    MarketidOrMarketidPlusMarketsegmentid,
}Variants§
Symbol
Value “0”
SecuritytypeAndOrCficode
Value “1”
Product
Value “2”
Tradingsessionid
Value “3”
AllSecurities
Value “4”
MarketidOrMarketidPlusMarketsegmentid
Value “5”
Implementations§
source§impl SecurityListRequestType
 
impl SecurityListRequestType
pub const fn from_bytes(input: &[u8]) -> Option<SecurityListRequestType>
pub const fn from_fix_str(input: &FixStr) -> Option<SecurityListRequestType>
pub const fn as_bytes(&self) -> &'static [u8] ⓘ
pub const fn as_fix_str(&self) -> &'static FixStr
Trait Implementations§
source§impl Clone for SecurityListRequestType
 
impl Clone for SecurityListRequestType
source§fn clone(&self) -> SecurityListRequestType
 
fn clone(&self) -> SecurityListRequestType
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 SecurityListRequestType
 
impl Debug for SecurityListRequestType
source§impl Default for SecurityListRequestType
 
impl Default for SecurityListRequestType
source§fn default() -> SecurityListRequestType
 
fn default() -> SecurityListRequestType
Returns the “default value” for a type. Read more
source§impl From<SecurityListRequestType> for &'static [u8]
 
impl From<SecurityListRequestType> for &'static [u8]
source§impl PartialEq for SecurityListRequestType
 
impl PartialEq for SecurityListRequestType
source§impl ToFixString for SecurityListRequestType
 
impl ToFixString for SecurityListRequestType
fn to_fix_string(&self) -> FixString
source§impl TryFrom<i64> for SecurityListRequestType
 
impl TryFrom<i64> for SecurityListRequestType
source§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
source§fn try_from(input: Int) -> Result<SecurityListRequestType, SessionRejectReason>
 
fn try_from(input: Int) -> Result<SecurityListRequestType, SessionRejectReason>
Performs the conversion.
impl Copy for SecurityListRequestType
impl Eq for SecurityListRequestType
impl StructuralPartialEq for SecurityListRequestType
Auto Trait Implementations§
impl Freeze for SecurityListRequestType
impl RefUnwindSafe for SecurityListRequestType
impl Send for SecurityListRequestType
impl Sync for SecurityListRequestType
impl Unpin for SecurityListRequestType
impl UnwindSafe for SecurityListRequestType
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)