Uses of Class
com.activequant.domainmodel.TradeableInstrument

Packages that use TradeableInstrument
com.activequant.dao.mybatis   
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 TradeableInstrument in com.activequant.dao.mybatis
 

Methods in com.activequant.dao.mybatis that return TradeableInstrument
 TradeableInstrument[] TradeableInstrumentDao.findFor(Instrument instrument)
           
 

Uses of TradeableInstrument in com.activequant.tools.streaming
 

Methods in com.activequant.tools.streaming that return TradeableInstrument
 TradeableInstrument TradingDataEvent.getTradInst()
           
 

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

Uses of TradeableInstrument in com.activequant.transport
 

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

Uses of TradeableInstrument in com.activequant.transport.activemq
 

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

Uses of TradeableInstrument in com.activequant.transport.memory
 

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



Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.