Class QuickfixjEndpointBuilderFactory.QuickfixjHeaderNameBuilder

  • Enclosing interface:
    QuickfixjEndpointBuilderFactory

    public static class QuickfixjEndpointBuilderFactory.QuickfixjHeaderNameBuilder
    extends Object
    The builder of headers' name for the QuickFix component.
    • Constructor Detail

      • QuickfixjHeaderNameBuilder

        public QuickfixjHeaderNameBuilder()
    • Method Detail

      • 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.