pub struct MarketIoc {
pub quote_size: Option<String>,
pub base_size: Option<String>,
}Expand description
Market IOC order configuration.
Fields§
§quote_size: Option<String>Size in quote currency (e.g., USD).
base_size: Option<String>Size in base currency (e.g., BTC).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MarketIoc
impl RefUnwindSafe for MarketIoc
impl Send for MarketIoc
impl Sync for MarketIoc
impl Unpin for MarketIoc
impl UnwindSafe for MarketIoc
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