Class QuickfixjEndpointBuilderFactory.QuickfixjHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.QuickfixjEndpointBuilderFactory.QuickfixjHeaderNameBuilder
- Enclosing interface:
QuickfixjEndpointBuilderFactory
The builder of headers' name for the QuickFix component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe event category.The FIX MsgType tag value.The FIX message SessionID.
-
Constructor Details
-
QuickfixjHeaderNameBuilder
public QuickfixjHeaderNameBuilder()
-
-
Method Details
-
eventCategory
The event category. The option is a:org.apache.camel.component.quickfixj.QuickfixjEventCategory
type. Group: common- Returns:
- the name of the header
EventCategory
.
-
sessionID
The FIX message SessionID. The option is a:quickfix.SessionID
type. Group: common- Returns:
- the name of the header
SessionID
.
-
messageType
The FIX MsgType tag value. The option is a:String
type. Group: common- Returns:
- the name of the header
MessageType
.
-