Module barter::event[][src]

Expand description

Defines an Event enum that could be a MarketEvent, SignalEvent, OrderEvent, FillEvent or Position.

Structs

Sink for sending Events to an external source. Useful for event-sourcing, real-time dashboards & general monitoring.

Enums

Events that occur when bartering. MarketEvent, SignalEvent, OrderEvent, and FillEvent are vital to the Trader event loop, dictating the trading sequence. The closed Position Event is a representation of work done by the system, and is useful for analysing performance & reconciliations.