Uses of Enum Class
com.btobits.fixengine.adaptor.client.event.EventCode
Packages that use EventCode
-
Uses of EventCode in com.btobits.fixengine.adaptor.client.event
Methods in com.btobits.fixengine.adaptor.client.event that return EventCodeModifier and TypeMethodDescriptionstatic EventCode
Returns the enum constant of this class with the specified name.static EventCode[]
EventCode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.btobits.fixengine.adaptor.client.event with parameters of type EventCodeModifier and TypeMethodDescriptionvoid
EmptyEventListener.onAdaptorEvent
(String sessionID, EventCode eventCode, String eventDescription) void
EmptyEventListener.onAdaptorEvent
(String sessionID, EventCode eventCode, String eventDescription, byte[] message) void
EventListener.onAdaptorEvent
(String sessionID, EventCode eventCode, String eventDescription) Invoked when adaptor event raised.void
EventListener.onAdaptorEvent
(String sessionID, EventCode eventCode, String eventDescription, byte[] message) Invoked when adaptor event raised.