Crate architect_api
source ·Re-exports
pub use config::Config;pub use orderflow::ChannelId;pub use orderflow::OrderId;pub use typed_message::MaybeSplit;pub use typed_message::TypedMessage;pub use utils::component_id::ComponentId;pub use utils::dir::Dir;pub use utils::dir_pair::DirPair;pub use utils::envelope::Envelope;pub use utils::str::Str;
Modules
- An Architect installation is completely specified by its configuration, including the topology of its components and their individual subconfigurations.
- Generic orderflow types used for oms/risk gateways, translateable to/from more specific cpty orderflow types
- This is the protocol for sending symbology over the wire between the symbology server and clients, and from the loaders to the symbology server.
Macros
- static pooled objects to avoid allocation
- Implement a named wrapper type around a UUID