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​
dataDelayfullNameisApiProtectedisCryptoisFullDepthisNbboSupportedmultiplierpipsrecordingTagrequestedSymbolsizeMultiplierUNKNOWN_DELAY
Inherited from InstrumentCoreInfo​
exchangesymboltype
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)