Skip to main content

LookupSubscribeInfo

Package: velox.api.layer1.data

Type: Class

Inheritance: java.lang.Object รขโ€ โ€™ velox.api.layer1.data.SubscribeInfo รขโ€ โ€™ LookupSubscribeInfo

Descriptionโ€‹

Subscription info for subscription dialog lookup dropdown

Fieldsโ€‹

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

Fields inherited from velox.api.layer1.data.SubscribeInfo:

  • exchange
  • symbol
  • type

Constructorsโ€‹

LookupSubscribeInfoโ€‹

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

LookupSubscribeInfoโ€‹

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

Methods inherited from velox.api.layer1.data.SubscribeInfo:

  • equals(Object)
  • hashCode()
  • toString()

Methods inherited from java.lang.Object:

  • clone()
  • finalize()
  • getClass()
  • notify()
  • notifyAll()
  • wait()
  • wait(long)
  • wait(long, int)