Skip to main content

OrdersCapacitySpec

Trait OrdersCapacitySpec 

Source
pub trait OrdersCapacitySpec {
    const PENDING_CLIENT: usize;
    const PENDING_REMOTE: usize;
    const WORKING_REMOTE: usize;
    const COMPLETED_REMOTE: usize;
    const DEPENDENCY: usize;
    const PARTIAL_FILL: usize;
}

Required Associated Constants§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl OrdersCapacitySpec for MinimalOrdersCapacitySpec

Source§

const PENDING_CLIENT: usize = /* LITERAL */

Source§

const PENDING_REMOTE: usize = /* LITERAL */

Source§

const WORKING_REMOTE: usize = /* LITERAL */

Source§

const COMPLETED_REMOTE: usize = /* LITERAL */

Source§

const DEPENDENCY: usize = /* LITERAL */

Source§

const PARTIAL_FILL: usize = /* LITERAL */

Source§

impl OrdersCapacitySpec for SimpleOrdersCapacitySpec

Source§

const PENDING_CLIENT: usize = /* LITERAL */

Source§

const PENDING_REMOTE: usize = /* LITERAL */

Source§

const WORKING_REMOTE: usize = /* LITERAL */

Source§

const COMPLETED_REMOTE: usize = /* LITERAL */

Source§

const DEPENDENCY: usize = /* LITERAL */

Source§

const PARTIAL_FILL: usize = /* LITERAL */