pub enum OrderBufferType {
ExecutionReport,
OrderCollection,
OrderIdBatch,
}Expand description
Types of order processing buffers
Variants§
ExecutionReport
Buffer for processing execution reports from exchanges
OrderCollection
Buffer for storing collections of orders
OrderIdBatch
Buffer for batch processing of order identifiers
Trait Implementations§
Source§impl Clone for OrderBufferType
impl Clone for OrderBufferType
Source§fn clone(&self) -> OrderBufferType
fn clone(&self) -> OrderBufferType
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OrderBufferType
impl Debug for OrderBufferType
Source§impl PartialEq for OrderBufferType
impl PartialEq for OrderBufferType
impl Copy for OrderBufferType
impl Eq for OrderBufferType
impl StructuralPartialEq for OrderBufferType
Auto Trait Implementations§
impl Freeze for OrderBufferType
impl RefUnwindSafe for OrderBufferType
impl Send for OrderBufferType
impl Sync for OrderBufferType
impl Unpin for OrderBufferType
impl UnwindSafe for OrderBufferType
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,
§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.