======= FromFix ======= .. code-block:: text :caption: Manipulates the key of the message. com.github.jcustenborder.kafka.connect.transform.fix.FromFIX$Key .. code-block:: text :caption: Manipulates the value of the message. com.github.jcustenborder.kafka.connect.transform.fix.FromFIX$Value This transformation is used to read FIX encoded messages and convert them to a representation of FIX that downstream systems can understand. .. toctree:: :maxdepth: 1 :caption: Examples: :glob: examples/FromFIX.*