Class IndicatorPointUserMessage

java.lang.Object
velox.api.layer0.data.IndicatorPointUserMessage

@Deprecated
public class IndicatorPointUserMessage
extends java.lang.Object
Deprecated.
Allows defining indicator points similar to Recorder API. Will be removed in the future in favor of L2-api based solution
  • Field Summary

    Fields 
    Modifier and Type Field Description
    int id
    Deprecated.
     
    double price
    Deprecated.
     
  • Constructor Summary

    Constructors 
    Constructor Description
    IndicatorPointUserMessage​(int id, double price)
    Deprecated.
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • id

      public final int id
      Deprecated.
    • price

      public final double price
      Deprecated.
  • Constructor Details

    • IndicatorPointUserMessage

      public IndicatorPointUserMessage​(int id, double price)
      Deprecated.
      Parameters:
      id - indicator id
      price - new price (this is where the icon will be displayed)