pub struct KICancelOnTimeout { /* private fields */ }Expand description
Request builder for the Cancel All Orders After endpoint
Implementations§
Source§impl KICancelOnTimeout
impl KICancelOnTimeout
Sourcepub fn build(timeout: u32) -> KICancelOnTimeout
pub fn build(timeout: u32) -> KICancelOnTimeout
Constructor returning a KrakenInput builder for the cancel all orders after… endpoint.
Cancel all orders in timeout seconds
Sourcepub fn on_timeout(self, timeout: u32) -> Self
pub fn on_timeout(self, timeout: u32) -> Self
Update the timeout value. Useful for templating
Trait Implementations§
Source§impl Input for KICancelOnTimeout
impl Input for KICancelOnTimeout
fn finish(self) -> KrakenInput
fn finish_clone(self) -> (KrakenInput, Self)
Auto Trait Implementations§
impl Freeze for KICancelOnTimeout
impl RefUnwindSafe for KICancelOnTimeout
impl Send for KICancelOnTimeout
impl Sync for KICancelOnTimeout
impl Unpin for KICancelOnTimeout
impl UnwindSafe for KICancelOnTimeout
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