Skip to main content

InstrumentInfoCrypto

Package: velox.api.layer1.data

Type: Class

Inheritance: java.lang.Object รขโ€ โ€™ velox.api.layer1.data.InstrumentCoreInfo รขโ€ โ€™ velox.api.layer1.data.InstrumentInfo รขโ€ โ€™ InstrumentInfoCrypto

All Implemented Interfaces: Serializable

Deprecated: This class is deprecated

Descriptionโ€‹

Instrument info with some extra data usually found in cryptocurrencies.

You no longer need this class, since InstrumentInfo.sizeMultiplier was moved to parent class.

See Also:

  • Serialized Form

Fieldsโ€‹

Inherited from InstrumentInfoโ€‹

  • dataDelay
  • fullName
  • isApiProtected
  • isCrypto
  • isFullDepth
  • isNbboSupported
  • multiplier
  • pips
  • recordingTag
  • requestedSymbol
  • sizeMultiplier
  • UNKNOWN_DELAY

Inherited from InstrumentCoreInfoโ€‹

  • exchange
  • symbol
  • type

Constructorsโ€‹

InstrumentInfoCryptoโ€‹

public InstrumentInfoCrypto(String symbol, String exchange, String type, double pips, double multiplier, String fullName, double sizeMultiplier)

Deprecated: This constructor is deprecated

InstrumentInfoCryptoโ€‹

public InstrumentInfoCrypto(String symbol, String exchange, String type, double pips, double multiplier, String fullName, boolean isFullDepth, double sizeMultiplier)

Deprecated: This constructor is deprecated

Assumes InstrumentInfo.isFullDepth = true

Methodsโ€‹

Inherited from InstrumentInfoโ€‹

  • toBuilder()
  • toString()

Inherited from InstrumentCoreInfoโ€‹

  • equals(Object)
  • hashCode()
  • normalize()

Inherited from java.lang.Objectโ€‹

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