Expand description
Controller plug point.
Controllers can prepare runtime strategy definitions and issue lifecycle commands through a controller-specific host service table. The surface uses JSON request and response envelopes for controller-host calls because those commands are orchestration actions rather than per-event market data paths.
Structs§
- ControllerV
Table - Function table for a single plug-in controller type.
- Plugin
Controller Handle - Opaque handle to a plug-in controller instance owned by the cdylib.
Traits§
- Plugin
Controller - Author-facing trait for a plug-in controller.
Functions§
- controller_
vtable - Returns a
*const ControllerVTablefor the givenPluginControllertype.