Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Engine ¶
type Engine struct {
engine.EngineBase
// contains filtered or unexported fields
}
Engine manages order execution and maintains open order state. It constructs actors from config via the factory registry.
func (*Engine) Connect ¶
Connect establishes WebSocket connections to all execution clients. Subscriptions are already prepared during Init().
func (*Engine) Disconnect ¶
func (e *Engine) Disconnect()
Disconnect disconnects the execution router
Click to show internal directories.
Click to hide internal directories.