AceEntity class
Constructors
Properties
- amount → double
-
成交金额
final
- close → double
-
收盘价
final
- d ↔ double?
-
getter/setter pair
- dea ↔ double?
-
getter/setter pair
- dif ↔ double?
-
macd
getter/setter pair
- flow → double
-
资金流动,正负
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- high → double
-
最高价
final
- index → int
-
final
- j ↔ double?
-
getter/setter pair
- k ↔ double?
-
kdj
getter/setter pair
- low → double
-
最低价
final
- ma10Volume ↔ double?
-
getter/setter pair
- ma5Volume ↔ double?
-
成交量ma
getter/setter pair
- macd ↔ double?
-
getter/setter pair
-
mas
↔ List<
double> ? -
移动平均线
getter/setter pair
- open → double
-
开盘价
final
-
rsis
↔ List<
double?> ? -
rsi
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- time → int
-
时间 09:31
final
- volume → double
-
成交量
final
Methods
-
copyWith(
{required int index, required int time}) → AceEntity -
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