Struct ibapi::contracts::PriceIncrement
source · pub struct PriceIncrement {
pub low_edge: f64,
pub increment: f64,
}
Fields§
§low_edge: f64
§increment: f64
Trait Implementations§
source§impl Debug for PriceIncrement
impl Debug for PriceIncrement
source§impl Default for PriceIncrement
impl Default for PriceIncrement
source§fn default() -> PriceIncrement
fn default() -> PriceIncrement
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for PriceIncrement
impl Send for PriceIncrement
impl Sync for PriceIncrement
impl Unpin for PriceIncrement
impl UnwindSafe for PriceIncrement
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