Class Layer1ApiRestartHistoricalServer

java.lang.Object
velox.api.layer1.messages.historicalserver.Layer1ApiRestartHistoricalServer

public class Layer1ApiRestartHistoricalServer extends Object
This message can be used if you need to restart server due to some error, like failing to obtain instrument list from provider due to network error
Note that you can specify time to wait before restart happens (none by default)
  • Constructor Details

    • Layer1ApiRestartHistoricalServer

      public Layer1ApiRestartHistoricalServer()
    • Layer1ApiRestartHistoricalServer

      public Layer1ApiRestartHistoricalServer(long waitBeforeRestartMs)
  • Method Details

    • getWaitBeforeRestartMs

      public long getWaitBeforeRestartMs()