Package velox.api.layer1.data
Class LookupSubscribeInfo
java.lang.Object
velox.api.layer1.data.SubscribeInfo
velox.api.layer1.data.LookupSubscribeInfo
Subscription info for subscription dialog lookup dropdown
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Stringthis description will be shown at lookup dropdown itemsfinal booleanmarks that lookup item should be enabledFields inherited from class velox.api.layer1.data.SubscribeInfo
additionalInfo, exchange, isGeneric, symbol, type -
Constructor Summary
ConstructorsConstructorDescriptionLookupSubscribeInfo(String symbol, String exchange, String type, String description) LookupSubscribeInfo(String symbol, String exchange, String type, String description, boolean enabled) LookupSubscribeInfo(String symbol, String exchange, String type, String description, boolean enabled, boolean isGeneric) -
Method Summary
Methods inherited from class velox.api.layer1.data.SubscribeInfo
equals, hashCode
-
Field Details
-
description
this description will be shown at lookup dropdown items -
enabled
public final boolean enabledmarks that lookup item should be enabled
-
-
Constructor Details
-
LookupSubscribeInfo
-
LookupSubscribeInfo
-
LookupSubscribeInfo
-
-
Method Details
-
toString
- Overrides:
toStringin classSubscribeInfo
-