Expand description
Built-in message bus endpoint, topic, and pattern names.
The DataEngine, ExecEngine, and RiskEngine command endpoints use a queued entry point
plus a direct dispatch endpoint:
*.queue_executeis the normal entry point for runtime command producers. It routes through the current runner queue or channel before the engine sees the command.*.executeis the lower-level dispatch point used by runner drains and internal paths that intentionally bypass the queue.
Prefer queued endpoints for runtime command producers unless the caller owns the ordering and re-entrancy implications of direct dispatch. The risk and execution queued endpoints can fall back to direct dispatch when no trading command sender is installed.
Structs§
- Messaging
Switchboard - Represents a switchboard of built-in messaging endpoint names.
Constants§
Functions§
- get_
bars_ topic - get_
book_ deltas_ pattern - Returns the subscription pattern for order book deltas on
instrument_id. - get_
book_ deltas_ topic - get_
book_ depth10_ pattern - Returns the subscription pattern for order book depth10 snapshots on
instrument_id. - get_
book_ depth10_ topic - get_
book_ snapshots_ pattern - Returns the subscription pattern for periodic order book snapshots on
instrument_id. - get_
book_ snapshots_ topic - get_
custom_ topic - get_
event_ order_ topic - get_
event_ position_ topic - get_
funding_ rate_ topic - get_
funding_ settlement_ topic - get_
index_ price_ topic - get_
instrument_ close_ topic - get_
instrument_ status_ topic - get_
instrument_ topic - get_
instruments_ pattern - Returns a wildcard subscription pattern that matches all instrument topics
for the given
venue. - get_
instruments_ topic - get_
mark_ price_ topic - get_
option_ chain_ topic - get_
option_ greeks_ topic - get_
order_ cancel_ rejected_ topic - get_
order_ canceled_ topic - get_
order_ filled_ topic - get_
order_ modify_ rejected_ topic - get_
order_ pending_ cancel_ topic - get_
order_ pending_ update_ topic - get_
order_ rejected_ topic - get_
order_ submitted_ topic - get_
pipeline_ bars_ topic - get_
pipeline_ book_ deltas_ topic - get_
pipeline_ book_ depth10_ topic - get_
pipeline_ custom_ topic - get_
pipeline_ funding_ rate_ topic - get_
pipeline_ index_ price_ topic - get_
pipeline_ instrument_ close_ topic - get_
pipeline_ instrument_ status_ topic - get_
pipeline_ mark_ price_ topic - get_
pipeline_ option_ greeks_ topic - get_
pipeline_ quotes_ topic - get_
pipeline_ trades_ topic - get_
quotes_ topic - get_
signal_ pattern - Returns the signal subscription pattern for
name(data.Signal<TitleName>*). - get_
signal_ topic - Returns the exact signal publish topic for
name(data.Signal<TitleName>). - get_
snapshot_ order_ topic - get_
snapshot_ position_ topic - get_
trades_ topic