|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MDChannel | |
---|---|
com.epam.cmemdp.impl | |
com.epam.cmemdp.impl.context | |
com.epam.cmemdp.impl.reader | |
com.epam.cmemdp.impl.transport |
Uses of MDChannel in com.epam.cmemdp.impl |
---|
Methods in com.epam.cmemdp.impl that return MDChannel | |
---|---|
MDChannel |
ApplicationImpl.findChannelByID(java.lang.String channelID)
|
MDChannel |
Instrument.getChannel()
|
Methods in com.epam.cmemdp.impl that return types with arguments of type MDChannel | |
---|---|
java.util.List<MDChannel> |
ApplicationImpl.getChannels()
|
Methods in com.epam.cmemdp.impl with parameters of type MDChannel | |
---|---|
Instrument |
ChannelSubscriptionHelper.getFakeChannelInstrument(MDChannel channel)
|
void |
InstrumentMatcher.onMessage(FIXFieldList message,
MDChannel channel)
|
void |
ApplicationImpl.onMessage(java.lang.String securityDesc,
long securityID,
FIXFieldList message,
MDChannel channel)
|
boolean |
AppSecDefAdaptorListenerImpl.onSecurityDefinition(java.lang.String secDesc,
long secID,
FIXFieldList msg,
MDChannel channel)
|
boolean |
ListenerAdaptorOuter.onSecurityDefinition(java.lang.String secDesc,
long secID,
FIXFieldList message,
MDChannel channel)
|
boolean |
MessageChannelListener.onSecurityDefinition(java.lang.String secDesc,
long secID,
FIXFieldList message,
MDChannel channel)
|
void |
Instrument.setChannel(MDChannel channel)
|
boolean |
ApplicationImpl.subscribeByChannelID(MDChannel channel,
InstrumentListener listener,
RecoveryOptions recoveryOptions)
|
Constructor parameters in com.epam.cmemdp.impl with type arguments of type MDChannel | |
---|---|
InstrumentMatcher(java.util.List<MDChannel> channels,
FastChannelReader reader)
|
|
InstrumentMatcher(java.util.List<MDChannel> channels,
FastChannelReader reader,
int cyclesToListen)
|
Uses of MDChannel in com.epam.cmemdp.impl.context |
---|
Constructors in com.epam.cmemdp.impl.context with parameters of type MDChannel | |
---|---|
ChannelContext(ApplicationImpl application,
MDChannel mdChannel,
FASTDecoderFactory decoderFactory)
|
Uses of MDChannel in com.epam.cmemdp.impl.reader |
---|
Methods in com.epam.cmemdp.impl.reader that return MDChannel | |
---|---|
MDChannel |
FastChannelListenerAdaptor.getChannel()
|
MDChannel |
FastChannelListenerImpl.getChannel()
|
Methods in com.epam.cmemdp.impl.reader with parameters of type MDChannel | |
---|---|
void |
ChannelMessageListener.onMessage(FIXFieldList message,
MDChannel channel)
|
Constructors in com.epam.cmemdp.impl.reader with parameters of type MDChannel | |
---|---|
FastChannelListenerAdaptor(MDChannel channel,
ChannelMessageListener messageListener)
|
|
FastChannelListenerImpl(MDChannel channel,
InstrumentMatcher matcher)
|
Uses of MDChannel in com.epam.cmemdp.impl.transport |
---|
Constructors in com.epam.cmemdp.impl.transport with parameters of type MDChannel | |
---|---|
TransportMessageSubscriber(MDChannel channel)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |