Struct quickfix_msg50::confirmation::NoCapacities
source · pub struct NoCapacities { /* private fields */ }Implementations§
source§impl NoCapacities
impl NoCapacities
pub const FIELD_ID: i32 = 862i32
pub const DELIMITER: i32 = 528i32
pub fn try_new( order_capacity: OrderCapacity, order_capacity_qty: OrderCapacityQty ) -> Result<Self, QuickFixError>
source§impl NoCapacities
impl NoCapacities
pub fn get_order_capacity(&self) -> OrderCapacity
pub fn get_order_restrictions(&self) -> Option<OrderRestrictions>
pub fn get_order_capacity_qty(&self) -> OrderCapacityQty
pub fn set_order_capacity( &mut self, value: OrderCapacity ) -> Result<&Self, QuickFixError>
pub fn set_order_restrictions( &mut self, value: OrderRestrictions ) -> Result<&Self, QuickFixError>
pub fn remove_order_restrictions(&mut self) -> Result<&Self, QuickFixError>
pub fn set_order_capacity_qty( &mut self, value: OrderCapacityQty ) -> Result<&Self, QuickFixError>
Trait Implementations§
source§impl Clone for NoCapacities
impl Clone for NoCapacities
source§fn clone(&self) -> NoCapacities
fn clone(&self) -> NoCapacities
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 moreAuto Trait Implementations§
impl RefUnwindSafe for NoCapacities
impl !Send for NoCapacities
impl !Sync for NoCapacities
impl Unpin for NoCapacities
impl UnwindSafe for NoCapacities
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