[QFJ-719] Document all FIX Session settings Created: 27/Nov/12 Updated: 30/Nov/12 Resolved: 30/Nov/12 |
|
| Status: | Resolved |
| Project: | QuickFIX/J |
| Component/s: | Documentation |
| Affects Version/s: | 1.5.2 |
| Fix Version/s: | 1.5.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Jörg Thönnes | Assignee: | Jörg Thönnes |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Description |
| Comments |
| Comment by Jörg Thönnes [ 30/Nov/12 ] |
|
Extracted the text strings of all SETTINGS_* constants from the Session class and did a grep on the configuration.html: for s in $(< QFJ-Settings-List.txt ); do echo -n "$s:"; grep -c "$s" configuration.html ; done|grep :0 TestRequestDelayMultiplier:0 NonStopSession:0 DisableHeartBeatCheck:0 ForceResendWhenCorruptedStore:0 AllowedRemoteAddresses:0 |
| Comment by Jörg Thönnes [ 30/Nov/12 ] |
|
Documented TestRequestDelayMultiplier. |
| Comment by Jörg Thönnes [ 30/Nov/12 ] |
|
Finished documentation of all listed options and improved formatting. |