Class QuickfixjEndpointBuilderFactory.QuickfixjHeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.QuickfixjEndpointBuilderFactory.QuickfixjHeaderNameBuilder
-
- Enclosing interface:
- QuickfixjEndpointBuilderFactory
public static class QuickfixjEndpointBuilderFactory.QuickfixjHeaderNameBuilder extends Object
The builder of headers' name for the QuickFix component.
-
-
Constructor Summary
Constructors Constructor Description QuickfixjHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringeventCategory()The event category.StringmessageType()The FIX MsgType tag value.StringsessionID()The FIX message SessionID.
-
-
-
Method Detail
-
eventCategory
public String eventCategory()
The event category. The option is a:org.apache.camel.component.quickfixj.QuickfixjEventCategorytype. Group: common- Returns:
- the name of the header
EventCategory.
-
sessionID
public String sessionID()
The FIX message SessionID. The option is a:quickfix.SessionIDtype. Group: common- Returns:
- the name of the header
SessionID.
-
messageType
public String messageType()
The FIX MsgType tag value. The option is a:Stringtype. Group: common- Returns:
- the name of the header
MessageType.
-
-