Class DuplicateInstrumentInfo
java.lang.Object
velox.api.layer1.data.InstrumentCoreInfo
velox.api.layer1.data.InstrumentInfo
velox.api.layer1.layers.instrumentduplicator.DuplicateInstrumentInfo
- All Implemented Interfaces:
Serializable
This instrument info is for duplicated instruments in
RunModeHelper.isDuplicatedInstruments() mode.
It contains all the fields of the original instrument, as well as the original symbol and alias.- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class velox.api.layer1.data.InstrumentInfo
InstrumentInfo.BuilderBase<T extends InstrumentInfo.BuilderBase<T>> -
Field Summary
FieldsFields 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
Constructors -
Method Summary
Methods inherited from class velox.api.layer1.data.InstrumentInfo
toStringMethods inherited from class velox.api.layer1.data.InstrumentCoreInfo
equals, hashCode, normalize
-
Field Details
-
originalSymbol
-
originalAlias
-
-
Constructor Details
-
DuplicateInstrumentInfo
-
DuplicateInstrumentInfo
-
-
Method Details
-
toBuilder
- Overrides:
toBuilderin classInstrumentInfo
-