Skip to content

Commit

Permalink
Corrects the toAdmin description in the user manual documentation (#356)
Browse files Browse the repository at this point in the history
* Corrects the toadmin description in the user manual documentation
* Corrects the toadmin description in the user manual documentation - from peak to peek
  • Loading branch information
felipewind committed Jan 17, 2021
1 parent 22b577d commit 09d6104
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 09d6104

Please sign in to comment.