WebsocketEventAction enum

Inheritance

Constructors

WebsocketEventAction(String action)
const

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")
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

action String
final
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.