Class LookupSubscribeInfo

java.lang.Object
velox.api.layer1.data.SubscribeInfo
velox.api.layer1.data.LookupSubscribeInfo

public class LookupSubscribeInfo extends SubscribeInfo
Subscription info for subscription dialog lookup dropdown
  • Field Details

    • description

      public final String description
      this description will be shown at lookup dropdown items
    • enabled

      public final boolean enabled
      marks that lookup item should be enabled
  • Constructor Details

    • LookupSubscribeInfo

      public LookupSubscribeInfo(String symbol, String exchange, String type, String description)
    • LookupSubscribeInfo

      public LookupSubscribeInfo(String symbol, String exchange, String type, String description, boolean enabled)
    • LookupSubscribeInfo

      public LookupSubscribeInfo(String symbol, String exchange, String type, String description, boolean enabled, boolean isGeneric)
  • Method Details