uk.co.real_logic.artio.other.decoder.DictionaryAcceptor 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.dictionary.Generated;
@Generated("uk.co.real_logic.artio")
public interface DictionaryAcceptor
{
void onHeartbeat(final HeartbeatDecoder decoder);
void onTestRequest(final TestRequestDecoder decoder);
void onExampleMessage(final ExampleMessageDecoder decoder);
void onResendRequest(final ResendRequestDecoder decoder);
void onReject(final RejectDecoder decoder);
void onSequenceReset(final SequenceResetDecoder decoder);
void onLogout(final LogoutDecoder decoder);
void onLogon(final LogonDecoder decoder);
void onUserRequest(final UserRequestDecoder decoder);
void onNewOrderSingle(final NewOrderSingleDecoder decoder);
void onExecutionReport(final ExecutionReportDecoder decoder);
}