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 EventCodeReturns 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 TypeMethodDescriptionvoidEmptyEventListener.onAdaptorEvent(String sessionID, EventCode eventCode, String eventDescription) voidEmptyEventListener.onAdaptorEvent(String sessionID, EventCode eventCode, String eventDescription, byte[] message) voidEventListener.onAdaptorEvent(String sessionID, EventCode eventCode, String eventDescription) Invoked when adaptor event raised.voidEventListener.onAdaptorEvent(String sessionID, EventCode eventCode, String eventDescription, byte[] message) Invoked when adaptor event raised.