All Downloads are FREE. Search and download functionalities are using the official Maven repository.

uk.co.real_logic.artio.other.decoder.DictionaryAcceptor Maven / Gradle / Ivy

There is a newer version: 0.160
Show newest version
/* 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);


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy