pub struct HistoryClientConfig {
pub session_timeout: Duration,
pub default_batch_concurrency: usize,
pub default_session: TradingSession,
pub default_adjustment: Adjustment,
}Fields§
§session_timeout: Duration§default_batch_concurrency: usize§default_session: TradingSession§default_adjustment: AdjustmentImplementations§
Source§impl HistoryClientConfig
impl HistoryClientConfig
Sourcepub fn builder() -> HistoryClientConfigBuilder
pub fn builder() -> HistoryClientConfigBuilder
Create an instance of HistoryClientConfig using the builder syntax
Trait Implementations§
Source§impl Clone for HistoryClientConfig
impl Clone for HistoryClientConfig
Source§fn clone(&self) -> HistoryClientConfig
fn clone(&self) -> HistoryClientConfig
Returns a duplicate 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 moreSource§impl Debug for HistoryClientConfig
impl Debug for HistoryClientConfig
Source§impl Default for HistoryClientConfig
impl Default for HistoryClientConfig
Source§impl PartialEq for HistoryClientConfig
impl PartialEq for HistoryClientConfig
impl Eq for HistoryClientConfig
impl StructuralPartialEq for HistoryClientConfig
Auto Trait Implementations§
impl Freeze for HistoryClientConfig
impl RefUnwindSafe for HistoryClientConfig
impl Send for HistoryClientConfig
impl Sync for HistoryClientConfig
impl Unpin for HistoryClientConfig
impl UnsafeUnpin for HistoryClientConfig
impl UnwindSafe for HistoryClientConfig
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.