Uses of Class
com.activequant.domainmodel.Instrument

Packages that use Instrument
com.activequant.dao These classes contain the interfaces for the DAO layer. 
com.activequant.dao.mybatis   
com.activequant.domainmodel   
com.activequant.servicelayer.matlab   
com.activequant.servicelayer.soap   
com.activequant.tools.streaming   
com.activequant.transport Use an instance of an ITransportFactory to receive publisher and receivers in your application. 
com.activequant.transport.activemq   
com.activequant.transport.memory   
 

Uses of Instrument in com.activequant.dao
 

Methods in com.activequant.dao with parameters of type Instrument
 MarketDataInstrument[] IMarketDataInstrumentDao.findFor(Instrument instrument)
           
 MarketDataInstrument IMarketDataInstrumentDao.findFor(String providerId, Instrument instrument)
           
 

Uses of Instrument in com.activequant.dao.mybatis
 

Methods in com.activequant.dao.mybatis with parameters of type Instrument
 TradeableInstrument[] TradeableInstrumentDao.findFor(Instrument instrument)
           
 MarketDataInstrument[] MarketDataInstrumentDao.findFor(Instrument instrument)
           
 MarketDataInstrument MarketDataInstrumentDao.findFor(String providerId, Instrument instrument)
           
 void InstrumentDao.update(Instrument instrument)
          Due to the use of arrays, i have to delete the entire instrument.
 

Uses of Instrument in com.activequant.domainmodel
 

Subclasses of Instrument in com.activequant.domainmodel
 class Derivative
           
 class Future
           
 class FX
           
 class InstrumentChain
           
 class ListedInstrument
           
 class Stock
           
 

Uses of Instrument in com.activequant.servicelayer.matlab
 

Methods in com.activequant.servicelayer.matlab that return Instrument
 Instrument MatlabServiceFacade.loadInstrument(String instrumentId)
           
 

Methods in com.activequant.servicelayer.matlab with parameters of type Instrument
 MarketDataInstrument[] MatlabServiceFacade.loadMarketDataInstruments(Instrument instrument)
           
 

Uses of Instrument in com.activequant.servicelayer.soap
 

Methods in com.activequant.servicelayer.soap that return Instrument
 Instrument IMainService.loadInstrument(String primaryKey)
           
 Instrument MainService.loadInstrument(String primaryKey)
           
 

Uses of Instrument in com.activequant.tools.streaming
 

Methods in com.activequant.tools.streaming that return Instrument
 Instrument ReferenceDataEvent.getInstrument()
           
 

Constructors in com.activequant.tools.streaming with parameters of type Instrument
ReferenceDataEvent(TimeStamp ts, String className, Instrument instr)
           
 

Uses of Instrument in com.activequant.transport
 

Methods in com.activequant.transport with parameters of type Instrument
 IPublisher ITransportFactory.getPublisher(ETransportType transType, Instrument instrument)
           
 IReceiver ITransportFactory.getReceiver(ETransportType transType, Instrument instrument)
           
 

Uses of Instrument in com.activequant.transport.activemq
 

Methods in com.activequant.transport.activemq with parameters of type Instrument
 IPublisher ActiveMQTransportFactory.getPublisher(ETransportType transType, Instrument instrument)
           
 IReceiver ActiveMQTransportFactory.getReceiver(ETransportType transType, Instrument instrument)
           
 

Uses of Instrument in com.activequant.transport.memory
 

Methods in com.activequant.transport.memory with parameters of type Instrument
 IPublisher InMemoryTransportFactory.getPublisher(ETransportType transType, Instrument instrument)
           
 IReceiver InMemoryTransportFactory.getReceiver(ETransportType transType, Instrument instrument)
           
 



Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.