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