Uses of Interface
com.activequant.transport.IPublisher

Packages that use IPublisher
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 IPublisher in com.activequant.transport
 

Methods in com.activequant.transport that return IPublisher
 IPublisher ITransportFactory.getPublisher(ETransportType transType, Instrument instrument)
           
 IPublisher ITransportFactory.getPublisher(ETransportType transType, MarketDataInstrument instrument)
           
 IPublisher ITransportFactory.getPublisher(ETransportType transType, String id)
           
 IPublisher ITransportFactory.getPublisher(ETransportType transType, TradeableInstrument instrument)
           
 IPublisher ITransportFactory.getPublisher(String channel)
           
 

Uses of IPublisher in com.activequant.transport.activemq
 

Methods in com.activequant.transport.activemq that return IPublisher
 IPublisher ActiveMQTransportFactory.getPublisher(ETransportType transType, Instrument instrument)
           
 IPublisher ActiveMQTransportFactory.getPublisher(ETransportType transType, MarketDataInstrument instrument)
           
 IPublisher ActiveMQTransportFactory.getPublisher(ETransportType transType, String id)
           
 IPublisher ActiveMQTransportFactory.getPublisher(ETransportType transType, TradeableInstrument instrument)
           
 IPublisher ActiveMQTransportFactory.getPublisher(String channel)
           
 

Uses of IPublisher in com.activequant.transport.memory
 

Classes in com.activequant.transport.memory that implement IPublisher
 class InMemoryPublisher
           
 

Methods in com.activequant.transport.memory that return IPublisher
 IPublisher InMemoryTransportFactory.getPublisher(ETransportType transType, Instrument instrument)
           
 IPublisher InMemoryTransportFactory.getPublisher(ETransportType transType, MarketDataInstrument instrument)
           
 IPublisher InMemoryTransportFactory.getPublisher(ETransportType transType, String id)
           
 IPublisher InMemoryTransportFactory.getPublisher(ETransportType transType, TradeableInstrument instrument)
           
 IPublisher InMemoryTransportFactory.getPublisher(String channel)
           
 



Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.