@Generated(value="uk.co.real_logic.artio") public class DefaultDictionaryAcceptor extends java.lang.Object implements DictionaryAcceptor
| Constructor and Description |
|---|
DefaultDictionaryAcceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
onBusinessMessageReject(BusinessMessageRejectDecoder decoder) |
void |
onExampleMessage(ExampleMessageDecoder decoder) |
void |
onExecutionReport(ExecutionReportDecoder decoder) |
void |
onHeartbeat(HeartbeatDecoder decoder) |
void |
onLogon(LogonDecoder decoder) |
void |
onLogout(LogoutDecoder decoder) |
void |
onNewOrderSingle(NewOrderSingleDecoder decoder) |
void |
onReject(RejectDecoder decoder) |
void |
onResendRequest(ResendRequestDecoder decoder) |
void |
onSequenceReset(SequenceResetDecoder decoder) |
void |
onTestRequest(TestRequestDecoder decoder) |
void |
onUserRequest(UserRequestDecoder decoder) |
public void onHeartbeat(HeartbeatDecoder decoder)
onHeartbeat in interface DictionaryAcceptorpublic void onTestRequest(TestRequestDecoder decoder)
onTestRequest in interface DictionaryAcceptorpublic void onExampleMessage(ExampleMessageDecoder decoder)
onExampleMessage in interface DictionaryAcceptorpublic void onResendRequest(ResendRequestDecoder decoder)
onResendRequest in interface DictionaryAcceptorpublic void onReject(RejectDecoder decoder)
onReject in interface DictionaryAcceptorpublic void onSequenceReset(SequenceResetDecoder decoder)
onSequenceReset in interface DictionaryAcceptorpublic void onLogout(LogoutDecoder decoder)
onLogout in interface DictionaryAcceptorpublic void onLogon(LogonDecoder decoder)
onLogon in interface DictionaryAcceptorpublic void onUserRequest(UserRequestDecoder decoder)
onUserRequest in interface DictionaryAcceptorpublic void onBusinessMessageReject(BusinessMessageRejectDecoder decoder)
onBusinessMessageReject in interface DictionaryAcceptorpublic void onNewOrderSingle(NewOrderSingleDecoder decoder)
onNewOrderSingle in interface DictionaryAcceptorpublic void onExecutionReport(ExecutionReportDecoder decoder)
onExecutionReport in interface DictionaryAcceptorCopyright © 2015-2022 Real Logic Limited. All Rights Reserved.