Package velox.api.layer0.data
Class IndicatorPointUserMessage
java.lang.Object
velox.api.layer0.data.IndicatorPointUserMessage
Deprecated.
Allows defining indicator points similar to Recorder API. You may use it for now
in L0 addons, but for L1 use
Indicator API
or the Screen Space Painter API
instead.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
public final int idDeprecated. -
price
public final double priceDeprecated.
-
-
Constructor Details
-
IndicatorPointUserMessage
public IndicatorPointUserMessage(int id, double price) Deprecated.- Parameters:
id- indicator idprice- new price (this is where the icon will be displayed)
-