Package velox.api.layer1.data
Class InstrumentInfoCrypto
java.lang.Object
velox.api.layer1.data.InstrumentCoreInfo
velox.api.layer1.data.InstrumentInfo
velox.api.layer1.data.InstrumentInfoCrypto
- All Implemented Interfaces:
Serializable
Deprecated.
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:
-
Nested Class Summary
Nested classes/interfaces inherited from class velox.api.layer1.data.InstrumentInfo
InstrumentInfo.Builder, InstrumentInfo.BuilderBase<T extends InstrumentInfo.BuilderBase<T>> -
Field Summary
Fields inherited from class velox.api.layer1.data.InstrumentInfo
dataDelay, defaultLotSize, fullName, isApiProtected, isCrypto, isFullDepth, isNbboSupported, multiplier, pips, recordingTag, requestedSymbol, sizeMultiplier, UNKNOWN_DELAYFields inherited from class velox.api.layer1.data.InstrumentCoreInfo
exchange, symbol, type -
Constructor Summary
ConstructorsConstructorDescriptionInstrumentInfoCrypto(String symbol, String exchange, String type, double pips, double multiplier, String fullName, boolean isFullDepth, double sizeMultiplier) Deprecated.AssumesInstrumentInfo.isFullDepth= trueInstrumentInfoCrypto(String symbol, String exchange, String type, double pips, double multiplier, String fullName, double sizeMultiplier) Deprecated. -
Method Summary
Methods inherited from class velox.api.layer1.data.InstrumentInfo
toBuilder, toStringMethods inherited from class velox.api.layer1.data.InstrumentCoreInfo
equals, hashCode, normalize
-
Constructor Details
-
InstrumentInfoCrypto
public InstrumentInfoCrypto(String symbol, String exchange, String type, double pips, double multiplier, String fullName, double sizeMultiplier) Deprecated. -
InstrumentInfoCrypto
public InstrumentInfoCrypto(String symbol, String exchange, String type, double pips, double multiplier, String fullName, boolean isFullDepth, double sizeMultiplier) Deprecated.AssumesInstrumentInfo.isFullDepth= true
-