Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions quickfixj-core/src/main/doc/usermanual/usage/application.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ <H2>Creating Your QuickFIX/J Application</H2>
This could happen during a normal logout exchange or because of a forced termination
or a loss of network connection. </dd>
<dt>toAdmin</dt>
<dd> This callback provides you with a peak at the administrative messages
<dd> This callback provides you with a peek at the administrative messages
that are being sent from your FIX engine to the counter party. This is normally
not useful for an application however it is provided for any logging you may
wish to do. Notice that the FIX::Message is not const. This allows you to add
fields before an adminstrative message before it is sent out. </dd>
fields to an administrative message before it is sent out. </dd>
<dt>toApp</dt>
<dd> This is a callback for application messages that you are being
sent to a counterparty. If you throw a <I>DoNotSend</I> exception in this function,
Expand Down