pub struct UpbitExchange { /* private fields */ }Expand description
Upbit exchange implementation
Implementations§
Source§impl UpbitExchange
impl UpbitExchange
Trait Implementations§
Source§impl Default for UpbitExchange
impl Default for UpbitExchange
Source§impl Exchange for UpbitExchange
impl Exchange for UpbitExchange
Source§fn send_order<'life0, 'async_trait>(
&'life0 self,
order: Order,
) -> Pin<Box<dyn Future<Output = Result<()>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn send_order<'life0, 'async_trait>(
&'life0 self,
order: Order,
) -> Pin<Box<dyn Future<Output = Result<()>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Send an order to the exchange
Auto Trait Implementations§
impl Freeze for UpbitExchange
impl !RefUnwindSafe for UpbitExchange
impl Send for UpbitExchange
impl Sync for UpbitExchange
impl Unpin for UpbitExchange
impl !UnwindSafe for UpbitExchange
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