Crate architect_sdk
source ·Re-exports§
pub use channel_driver::ChannelDriver;pub use common::Common;pub use marketdata::managed_marketdata::ManagedMarketdata;pub use order_id_allocator::atomic::AtomicOrderIdAllocator;pub use order_id_allocator::OrderIdAllocator;pub use paths::Paths;
Modules§
- Netidx-based stats/metrics publishing library, for admin monitoring
- Core channel driver–wraps the underlying netidx pack_channel with useful specialized functions.
- Upgrades the OrderflowClient with some Oms specific functionality.
- One particular implementation of an order id allocator.
- Simple orderflow client suitable for connecting to an Oms or directly to a Cpty. It handles connecting to an OrderflowAuthority, requesting an order id range, and passing orderflow messages.