|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ETransportType | |
|---|---|
| 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 ETransportType in com.activequant.tools.streaming |
|---|
| Methods in com.activequant.tools.streaming that return ETransportType | |
|---|---|
ETransportType |
TimeStreamEvent.getEventType()
|
ETransportType |
ReferenceDataEvent.getEventType()
|
ETransportType |
MarketDataEvent.getEventType()
|
ETransportType |
BBOEvent.getEventType()
|
ETransportType |
TradingDataEvent.getEventType()
|
abstract ETransportType |
StreamEvent.getEventType()
|
| Methods in com.activequant.tools.streaming with parameters of type ETransportType | |
|---|---|
List<IEventSink> |
AbstractEventChainLink.getSubscriberList(ETransportType type)
|
void |
AbstractEventChainLink.subscribe(IEventSink sink,
ETransportType eventType)
|
void |
IEventSource.subscribe(IEventSink sink,
ETransportType eventType)
|
void |
AbstractEventChainLink.unsubscribe(IEventSink sink,
ETransportType eventType)
|
void |
IEventSource.unsubscribe(IEventSink sink,
ETransportType eventType)
|
| Uses of ETransportType in com.activequant.transport |
|---|
| Methods in com.activequant.transport that return ETransportType | |
|---|---|
static ETransportType |
ETransportType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ETransportType[] |
ETransportType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.activequant.transport with parameters of type ETransportType | |
|---|---|
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)
|
IReceiver |
ITransportFactory.getReceiver(ETransportType transType,
Instrument instrument)
|
IReceiver |
ITransportFactory.getReceiver(ETransportType transType,
MarketDataInstrument instrument)
|
IReceiver |
ITransportFactory.getReceiver(ETransportType transType,
String id)
|
IReceiver |
ITransportFactory.getReceiver(ETransportType transType,
TradeableInstrument instrument)
|
| Uses of ETransportType in com.activequant.transport.activemq |
|---|
| Methods in com.activequant.transport.activemq with parameters of type ETransportType | |
|---|---|
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)
|
IReceiver |
ActiveMQTransportFactory.getReceiver(ETransportType transType,
Instrument instrument)
|
IReceiver |
ActiveMQTransportFactory.getReceiver(ETransportType transType,
MarketDataInstrument instrument)
|
IReceiver |
ActiveMQTransportFactory.getReceiver(ETransportType transType,
String id)
|
IReceiver |
ActiveMQTransportFactory.getReceiver(ETransportType transType,
TradeableInstrument instrument)
|
| Uses of ETransportType in com.activequant.transport.memory |
|---|
| Methods in com.activequant.transport.memory with parameters of type ETransportType | |
|---|---|
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)
|
IReceiver |
InMemoryTransportFactory.getReceiver(ETransportType transType,
Instrument instrument)
|
IReceiver |
InMemoryTransportFactory.getReceiver(ETransportType transType,
MarketDataInstrument instrument)
|
IReceiver |
InMemoryTransportFactory.getReceiver(ETransportType transType,
String id)
|
IReceiver |
InMemoryTransportFactory.getReceiver(ETransportType transType,
TradeableInstrument instrument)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||