Struct nash_protocol::protocol::cancel_order::CancelOrderRequest [−][src]
Expand description
Request to cancel a single order in a given market. Note: to prove orders have been canceled, the client must sign and sync nonces on the assets in question.
Fields
order_id: Stringmarket: StringImplementations
Trait Implementations
Performs the conversion.
Implement protocol bindings for CancelOrder
type Response = CancelOrderResponse
Convert the protocol request to GraphQL from communication with Nash server
Convert JSON response to request to the protocol’s associated type
If you want to limit the amount of concurrency of a protocol return a Semaphore here
Any state changes that result from execution of the protocol request The default implementation does nothing to state Read more
Any errors that result from execution of the protocol request The default implementation does nothing to state Read more
Auto Trait Implementations
impl RefUnwindSafe for CancelOrderRequest
impl Send for CancelOrderRequest
impl Sync for CancelOrderRequest
impl Unpin for CancelOrderRequest
impl UnwindSafe for CancelOrderRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more