uk.co.real_logic.artio.other.decoder.MessageDecoder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of artio-session-codecs Show documentation
Show all versions of artio-session-codecs Show documentation
High-Performance FIX Gateway
/* Generated Fix Gateway message codec */
package uk.co.real_logic.artio.other.decoder;
import uk.co.real_logic.artio.builder.Decoder;
import uk.co.real_logic.artio.dictionary.Generated;
@Generated("uk.co.real_logic.artio")
public interface MessageDecoder extends Decoder
{
HeaderDecoder header();
TrailerDecoder trailer();
}