pub struct TickRules {
pub start_tick_price_range: Option<Price>,
pub end_tick_price_range: Option<Price>,
pub tick_increment: Option<Price>,
pub tick_rule_type: Option<TickRuleType>,
}
Fields§
§start_tick_price_range: Option<Price>
Tag 1206.
end_tick_price_range: Option<Price>
Tag 1207.
tick_increment: Option<Price>
Tag 1208.
tick_rule_type: Option<TickRuleType>
Tag 1209.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TickRules
impl RefUnwindSafe for TickRules
impl Send for TickRules
impl Sync for TickRules
impl Unpin for TickRules
impl UnwindSafe for TickRules
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