Package velox.api.layer1.data
Class SubscribeInfo
java.lang.Object
velox.api.layer1.data.SubscribeInfo
- Direct Known Subclasses:
LookupSubscribeInfo,SubscribeInfoCrypto
Describes subscription request
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSubscribeInfo(String symbol, String exchange, String type) SubscribeInfo(String symbol, String exchange, String type, boolean isGeneric) SubscribeInfo(String symbol, String exchange, String type, boolean isGeneric, Map<String, String> additionalInfo) -
Method Summary
-
Field Details
-
symbol
-
exchange
-
type
-
isGeneric
public final boolean isGenericIndicates whether this symbol represents a generic instrument. A generic symbol represents a class of instruments (e.g., "ES" for E-mini SP 500 futures) rather than a specific contract (e.g., "ESM4" for June 2024 contract). -
additionalInfo
-
-
Constructor Details
-
SubscribeInfo
-
SubscribeInfo
-
SubscribeInfo
-
SubscribeInfo
-
-
Method Details