Uses of Class
com.strategyquant.datalib.InstrumentInfo
Packages that use InstrumentInfo
Package
Description
Data classes for manipulation with charts - symbols, timeframes, data, instruments.
Trading related classes, constants and methods.
-
Uses of InstrumentInfo in com.strategyquant.datalib
Fields in com.strategyquant.datalib declared as InstrumentInfoMethods in com.strategyquant.datalib that return InstrumentInfoModifier and TypeMethodDescriptionInstrumentInfo.clone()
Clone.ChartDef.getInstrumentInfo()
Gets the instrument info.ChartDef.getSymbolInfo()
Gets the symbol info. -
Uses of InstrumentInfo in com.strategyquant.tradinglib
Methods in com.strategyquant.tradinglib that return InstrumentInfoModifier and TypeMethodDescriptionChartData.getInstrumentInfo()
Gets the instrument info.ILiveOrder.getInstrumentInfo()
Gets the instrument info.Methods in com.strategyquant.tradinglib with parameters of type InstrumentInfoModifier and TypeMethodDescriptionvoid
ChartData.setInstrumentInfo(InstrumentInfo ii)
Sets the instrument info.