Struct SubBitOptions
pub struct SubBitOptions {
pub session: i32,
pub kline_us_market: bool,
pub orderbook_detail: bool,
pub orderbook_full_depth: bool,
pub broker_detail: bool,
pub us_pre_after_detail: bool,
pub extended_time: bool,
pub wire_profile: SubscriptionWireProfile,
}Fields§
§session: i32§kline_us_market: boolThe enclosing CMD6211 market command targets C++ NN_QuoteMktType_US.
KLine subscription probabilities need this frozen routing fact because
US minute KLines add pre/after-hours and overnight rehab groups.
orderbook_detail: bool§orderbook_full_depth: bool§broker_detail: bool§us_pre_after_detail: bool§extended_time: bool§wire_profile: SubscriptionWireProfileFrozen market-specific planner input derived from one facts snapshot.
Trait Implementations§
§impl Clone for SubBitOptions
impl Clone for SubBitOptions
§fn clone(&self) -> SubBitOptions
fn clone(&self) -> SubBitOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for SubBitOptions
impl Debug for SubBitOptions
§impl Default for SubBitOptions
impl Default for SubBitOptions
§fn default() -> SubBitOptions
fn default() -> SubBitOptions
Returns the “default value” for a type. Read more
impl Eq for SubBitOptions
§impl PartialEq for SubBitOptions
impl PartialEq for SubBitOptions
impl StructuralPartialEq for SubBitOptions
Auto Trait Implementations§
impl Freeze for SubBitOptions
impl RefUnwindSafe for SubBitOptions
impl Send for SubBitOptions
impl Sync for SubBitOptions
impl Unpin for SubBitOptions
impl UnsafeUnpin for SubBitOptions
impl UnwindSafe for SubBitOptions
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more