Struct easyfix::messages::MarketDataRequestReject  
source · [−]pub struct MarketDataRequestReject {
    pub md_req_id: Vec<u8, Global>,
    pub parties: Option<Vec<Parties, Global>>,
    pub md_req_rej_reason: Option<MdReqRejReason>,
    pub md_rjct_grp: Option<Vec<MdRjctGrp, Global>>,
    pub text: Option<Vec<u8, Global>>,
    pub encoded_text: Option<Vec<u8, Global>>,
}Fields
md_req_id: Vec<u8, Global>parties: Option<Vec<Parties, Global>>md_req_rej_reason: Option<MdReqRejReason>md_rjct_grp: Option<Vec<MdRjctGrp, Global>>text: Option<Vec<u8, Global>>encoded_text: Option<Vec<u8, Global>>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MarketDataRequestReject
impl Send for MarketDataRequestReject
impl Sync for MarketDataRequestReject
impl Unpin for MarketDataRequestReject
impl UnwindSafe for MarketDataRequestReject
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more