Class InitialState

java.lang.Object
velox.api.layer1.simplified.InitialState

public class InitialState extends Object
Some initialization data about events that happened shortly before the initialization moment (note, that for historical-enabled indicators many fields will be empty)
  • Constructor Details

    • InitialState

      public InitialState()
  • Method Details

    • getCurrentTime

      public long getCurrentTime()
    • getLastTradeSize

      public int getLastTradeSize()
    • getLastTradePrice

      public double getLastTradePrice()
    • getTradeInfo

      public velox.api.layer1.data.TradeInfo getTradeInfo()