Skip to main content

Crate melin_server

Crate melin_server 

Source
Expand description

Trading-specific server wiring.

Holds the trading adapter for the generic melin-server-runtime pipeline:

Re-exports§

pub use app_factory::Factory;
pub use exchange_app::ServerApp;
pub use request_decoder::RequestDecoder;
pub use response_encoder::ResponseEncoder;

Modules§

app_factory
Trading-side AppFactory implementation.
event_publisher
Event publisher — broadcasts execution events to TCP subscribers with book-snapshot-on-subscribe support.
exchange_app
Application impl for the trading engine.
request_decoder
Trading-side RequestDecoder implementation.
response_encoder
Trading-side ResponseEncoder implementation.