//! Working-orders domain: list (v1/v2), create (type-state builder),
//! update, and delete.
//!
//! Obtain an instance via [`crate::IgClient::dealing`] → [`super::DealingApi::working_orders`].
pub use crate;
pub use crateMarketSnapshot;
pub use ;
use crateIgClient;
/// Typed accessor for the working-orders endpoints.
///
/// Created via `client.dealing().working_orders()`.