WebsocketEventAction enum
Values
- quote → const WebsocketEventAction
-
const WebsocketEventAction("quote")
- candle → const WebsocketEventAction
-
const WebsocketEventAction("realtime/candle")
- profile → const WebsocketEventAction
-
const WebsocketEventAction("stock/profile")
- metric → const WebsocketEventAction
-
const WebsocketEventAction("stock/metric")
- dividend → const WebsocketEventAction
-
const WebsocketEventAction("stock/dividend")
- ipo → const WebsocketEventAction
-
const WebsocketEventAction("calender/ipo")
- esg → const WebsocketEventAction
-
const WebsocketEventAction("stock/esg")
- news → const WebsocketEventAction
-
const WebsocketEventAction("stock/news")
- finance → const WebsocketEventAction
-
const WebsocketEventAction("stock/financials")
- fundamentals → const WebsocketEventAction
-
const WebsocketEventAction("stock/fundamentals")
- sentiment → const WebsocketEventAction
-
const WebsocketEventAction("sentiment")
- split → const WebsocketEventAction
-
const WebsocketEventAction("split")
- search → const WebsocketEventAction
-
const WebsocketEventAction("search")
- forex → const WebsocketEventAction
-
const WebsocketEventAction("forex")
- etfProfile → const WebsocketEventAction
-
const WebsocketEventAction("etf/profile")
- etfSector → const WebsocketEventAction
-
const WebsocketEventAction("etf/sector")
- etfCountry → const WebsocketEventAction
-
const WebsocketEventAction("etf/country")
- etfHoldings → const WebsocketEventAction
-
const WebsocketEventAction("etf/holdings")
- peers → const WebsocketEventAction
-
const WebsocketEventAction("stock/peers")
- peersWidget → const WebsocketEventAction
-
const WebsocketEventAction("stock/peers/widget")
- portfolioAllocation → const WebsocketEventAction
-
const WebsocketEventAction("portfolio/allocation")
- portfolioRegion → const WebsocketEventAction
-
const WebsocketEventAction("portfolio/region")
- portfolioStats → const WebsocketEventAction
-
const WebsocketEventAction("portfolio/stats")
- portfolioPrice → const WebsocketEventAction
-
const WebsocketEventAction("portfolio/price")
- portfolioBenchmark → const WebsocketEventAction
-
const WebsocketEventAction("portfolio/benchmark")
- portfolioChart → const WebsocketEventAction
-
const WebsocketEventAction("portfolio/chart")
- keepAlive → const WebsocketEventAction
-
const WebsocketEventAction("ping")
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
WebsocketEventAction> - A constant List of the values in this enum, in order of their declaration.