pub struct ExampleWrapper {
pub client: EClient,
/* private fields */
}Expand description
Example implementation of the Wrapper type. Just logs callback methods
Fields§
§client: EClientImplementations§
Source§impl ExampleWrapper
impl ExampleWrapper
pub fn new() -> Self
pub fn process_event(&mut self) -> Result<(), IBKRApiLibError>
pub fn real_time_bars_operations_req(&mut self) -> Result<(), IBKRApiLibError>
pub fn historical_data_operations_req(&mut self) -> Result<(), IBKRApiLibError>
Auto Trait Implementations§
impl !RefUnwindSafe for ExampleWrapper
impl !Sync for ExampleWrapper
impl !UnwindSafe for ExampleWrapper
impl Freeze for ExampleWrapper
impl Send for ExampleWrapper
impl Unpin for ExampleWrapper
impl UnsafeUnpin for ExampleWrapper
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