Struct easyfix_messages::messages::FillsGrp  
source · [−]pub struct FillsGrp {
    pub fill_exec_id: Option<Str>,
    pub fill_px: Option<Price>,
    pub fill_qty: Option<Qty>,
    pub nested_parties_4: Option<Vec<NestedParties4>>,
    pub fill_liquidity_ind: Option<Int>,
}Fields
fill_exec_id: Option<Str>fill_px: Option<Price>fill_qty: Option<Qty>nested_parties_4: Option<Vec<NestedParties4>>fill_liquidity_ind: Option<Int>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FillsGrp
impl Send for FillsGrp
impl Sync for FillsGrp
impl Unpin for FillsGrp
impl UnwindSafe for FillsGrp
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