[QFJ-424] What does the bool response on sendToTarget tell me Created: 24/Mar/09 Updated: 24/Jun/09 Resolved: 24/Jun/09 |
|
Status: | Closed |
Project: | QuickFIX/J |
Component/s: | Documentation |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Other | Priority: | Default |
Reporter: | paul ogier | Assignee: | Laurent Danesi |
Resolution: | Fixed | Votes: | 0 |
Labels: | None |
Description |
The sendToTarget method returns a boolean. Does this boolean tell me anything, such as whether the message has reached it's destination ? Thanks in advance. |
Comments |
Comment by Laurent Danesi [ 26/May/09 ] |
Hi, The sendToTarget return false when the Message cannot be sent to the counterpart and return true when the message was sent. Laurent |
Comment by paul ogier [ 26/May/09 ] |
Thanks for the response. |