pub struct QuoteTickBuilder { /* private fields */ }
Expand description
Builder for QuoteTick
.
Implementations§
Source§impl QuoteTickBuilder
impl QuoteTickBuilder
Sourcepub fn instrument_id(&mut self, value: InstrumentId) -> &mut Self
pub fn instrument_id(&mut self, value: InstrumentId) -> &mut Self
The quotes instrument ID.
Sourcepub fn ts_event(&mut self, value: UnixNanos) -> &mut Self
pub fn ts_event(&mut self, value: UnixNanos) -> &mut Self
UNIX timestamp (nanoseconds) when the quote event occurred.
Trait Implementations§
Source§impl Clone for QuoteTickBuilder
impl Clone for QuoteTickBuilder
Source§fn clone(&self) -> QuoteTickBuilder
fn clone(&self) -> QuoteTickBuilder
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for QuoteTickBuilder
impl RefUnwindSafe for QuoteTickBuilder
impl Send for QuoteTickBuilder
impl Sync for QuoteTickBuilder
impl Unpin for QuoteTickBuilder
impl UnwindSafe for QuoteTickBuilder
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