Package velox.api.layer1.data
Class SubscribeInfoCrypto
java.lang.Object
velox.api.layer1.data.SubscribeInfo
velox.api.layer1.data.SubscribeInfoCrypto
Describes subscription request with extra parameters typical for
cryptocurrencies
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal doubleSome cryptocurrencies might have pips (min tick) too low to be useful in bookmap.final doubleDeprecated.final doubleSome cryptocurrencies have non-integer sizes.Fields inherited from class velox.api.layer1.data.SubscribeInfo
additionalInfo, exchange, isGeneric, symbol, type -
Constructor Summary
ConstructorsConstructorDescriptionSubscribeInfoCrypto(String symbol, String exchange, String type, double pips, double sizeMultiplier) SubscribeInfoCrypto(String symbol, String exchange, String type, double pips, double sizeMultiplier, boolean isGeneric) SubscribeInfoCrypto(String symbol, String exchange, String type, Map<String, String> additionalInfo, double pips, double sizeMultiplier) SubscribeInfoCrypto(String symbol, String exchange, String type, Map<String, String> additionalInfo, double pips, double sizeMultiplier, boolean isGeneric) -
Method Summary
Methods inherited from class velox.api.layer1.data.SubscribeInfo
equals, hashCode
-
Field Details
-
pips
public final double pipsSome cryptocurrencies might have pips (min tick) too low to be useful in bookmap. This allows to request resampling of the data -
priceMultiplier
Deprecated.UsesizeMultiplierinstead. This field is a a result of a typo, kept for compatibility reasons. -
sizeMultiplier
public final double sizeMultiplierSome cryptocurrencies have non-integer sizes. SeeInstrumentInfo.sizeMultiplier
-
-
Constructor Details
-
SubscribeInfoCrypto
-
SubscribeInfoCrypto
-
SubscribeInfoCrypto
-
SubscribeInfoCrypto
-
-
Method Details
-
toString
- Overrides:
toStringin classSubscribeInfo
-