Skip to main content

SubscribeInfoCrypto

Package: velox.api.layer1.data

Type: Class

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

Descriptionโ€‹

Describes subscription request with extra parameters typical for cryptocurrencies.

Fieldsโ€‹

pipsโ€‹

public final double pips

Some cryptocurrencies might have pips (min tick) too low to be useful in bookmap. This allows to request resampling of the data.

priceMultiplierโ€‹

@Deprecated
public final double priceMultiplier

Deprecated. Use sizeMultiplier instead. This field is a result of a typo, kept for compatibility reasons.

sizeMultiplierโ€‹

public final double sizeMultiplier

Some cryptocurrencies have non-integer sizes. See InstrumentInfo.sizeMultiplier.

Inherited Fields from SubscribeInfo:

  • exchange
  • symbol
  • type

Constructorsโ€‹

SubscribeInfoCryptoโ€‹

public SubscribeInfoCrypto(String symbol, String exchange, String type, double pips, double sizeMultiplier)

Methodsโ€‹

Methods inherited from SubscribeInfo:

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

Methods inherited from Object:

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