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