pub enum Trade {
Place,
Amend,
Cancel,
OpenOrders,
CancelAll,
History,
TradeHistory,
BatchPlace,
BatchAmend,
BatchCancel,
SpotBorrowCheck,
SetDisconnectCancelall,
}Variants§
Place
Amend
Cancel
OpenOrders
CancelAll
History
TradeHistory
BatchPlace
BatchAmend
BatchCancel
SpotBorrowCheck
SetDisconnectCancelall
Auto Trait Implementations§
impl Freeze for Trade
impl RefUnwindSafe for Trade
impl Send for Trade
impl Sync for Trade
impl Unpin for Trade
impl UnwindSafe for Trade
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