pub enum SecurityRequestType {
RequestSecurityIdentityAndSpecifications = 0,
RequestSecurityIdentityForSpecifications = 1,
RequestListSecurityTypes = 2,
RequestListSecurities = 3,
}
Variants§
RequestSecurityIdentityAndSpecifications = 0
RequestSecurityIdentityForSpecifications = 1
RequestListSecurityTypes = 2
RequestListSecurities = 3
Implementations§
Source§impl SecurityRequestType
impl SecurityRequestType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for SecurityRequestType
impl Clone for SecurityRequestType
Source§fn clone(&self) -> SecurityRequestType
fn clone(&self) -> SecurityRequestType
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 SecurityRequestType
impl Debug for SecurityRequestType
Source§impl FromStr for SecurityRequestType
impl FromStr for SecurityRequestType
Source§impl Hash for SecurityRequestType
impl Hash for SecurityRequestType
Source§impl IntoFixValue for SecurityRequestType
impl IntoFixValue for SecurityRequestType
Source§impl PartialEq for SecurityRequestType
impl PartialEq for SecurityRequestType
impl Copy for SecurityRequestType
impl Eq for SecurityRequestType
impl StructuralPartialEq for SecurityRequestType
Auto Trait Implementations§
impl Freeze for SecurityRequestType
impl RefUnwindSafe for SecurityRequestType
impl Send for SecurityRequestType
impl Sync for SecurityRequestType
impl Unpin for SecurityRequestType
impl UnwindSafe for SecurityRequestType
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