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 Details

    • QuickfixjHeaderNameBuilder

      public QuickfixjHeaderNameBuilder()
  • Method Details

    • eventCategory

      public String 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

      public String sessionID()
      The FIX message SessionID. The option is a: quickfix.SessionID type. Group: common
      Returns:
      the name of the header SessionID.
    • messageType

      public String messageType()
      The FIX MsgType tag value. The option is a: String type. Group: common
      Returns:
      the name of the header MessageType.