Skip to content

Commit cf51d44

Browse files
authored
Merge pull request #1170 from quickfix-j/chrjohn-doc-links
Update links and descriptions in `configuration.md`
2 parents 9002416 + 2fb9071 commit cf51d44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

quickfixj-core/src/main/doc/usermanual/usage/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ with QuickFIX, followed by an example.
6666
| `TargetCompID` | Counterparty's compID as associated with this FIX session | case-sensitive alpha-numeric string | |
6767
| `TargetSubID` | (Optional) Counterparty's subID as associated with this FIX session | case-sensitive alpha-numeric string | |
6868
| `TargetLocationID` | (Optional) Counterparty's locationID as associated with this FIX session | case-sensitive alpha-numeric string | |
69-
| `SessionQualifier` | Additional qualifier to disambiguate otherwise identical sessions. This can only be used with initiator sessions. **Note:** See [Special notes for Oracle](../installation.html#oracle). | case-sensitive alpha-numeric string | |
69+
| `SessionQualifier` | Additional qualifier to disambiguate otherwise identical sessions. This can only be used with initiator sessions. | case-sensitive alpha-numeric string | |
7070
| `DefaultApplVerID` | Required only for FIXT 1.1 (and newer). Ignored for earlier transport versions. Specifies the default application version ID for the session. This can either be the `ApplVerID` enum (see the `ApplVerID` field) or the `beginString` for the default version. | String. Examples: `DefaultApplVerID=7` (FIX 5.0 via enum), `DefaultApplVerID=FIX.5.0` (FIX 5.0 via BeginString), `DefaultApplVerID=FIX.4.2` (FIX 4.2 via BeginString) | No default. Required for FIXT 1.1 |
7171
| `ConnectionType` | Defines if session will act as an acceptor or an initiator | `initiator`<br/>`acceptor` | |
7272
| `TimeZone` | Time zone for this session; if specified, the session start and end will be converted from this zone to UTC. | Time zone ID (e.g. `America/New_York`, `Asia/Tokyo`, `Europe/London`) | |
@@ -137,7 +137,7 @@ with QuickFIX, followed by an example.
137137
| `SocketAcceptAddress` | Local IP address for binding accept port. | A hostname or IP address parsable by `java.net.InetAddress`. | Accept connections on any network interface. |
138138
| `SocketAcceptProtocol` | Specifies the acceptor communication protocol. The `SocketAcceptAddress` is not used with the `VM_PIPE` protocol, but the `SocketAcceptPort` is significant and must match the initiator configuration. | `TCP`<br/>`VM_PIPE` | `TCP` |
139139
| `AllowedRemoteAddresses` | List of remote IP addresses which are allowed to connect to this acceptor. | Comma-separated list of hostnames or IP addresses parseable by `java.net.InetAddress`. | empty, i.e. all remote addresses are allowed |
140-
| `AcceptorTemplate` | Designates a template Acceptor session. See [Dynamic Acceptor Sessions](acceptor_dynamic.html). | `Y`<br/>`N` | `N` |
140+
| `AcceptorTemplate` | Designates a template Acceptor session. See [Dynamic Acceptor Sessions](https://quickfixj.org/docs/acceptor-dynamic). | `Y`<br/>`N` | `N` |
141141

142142
---
143143

0 commit comments

Comments
 (0)