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