Skip to main content

Module subscription

Module subscription 

Source

Structs§

FailedStream
Per-stream subscribe failure reported by crate::Station::subscribe.
SubscribeReport
Outcome of crate::Station::subscribe in continue-on-error mode.
SubscriptionHandle
RAII handle returned from Station::subscribe. Dropping releases the per-StreamKey consumer ref count; when count hits zero the multiplexer shuts down.
SubscriptionSet
Declarative subscription request — built up fluently, consumed by crate::Station::subscribe.
WarmupReport
Outcome of crate::Station::warmup.

Enums§

Event
Events forwarded to consumers. One variant per market-data class.
Stream
User-facing stream class to request in a SubscriptionSet.