Skip to main content

Dealerweb Trade Connector

Features

fix-dealerwebConnector Key
Instruments
BOND
Request Types
SUBMITCANCELREPLACE
Order Types
LIMIT
Time In Force
DAYFOKIOC
Order ID Mapper
SEQUENCE
Order Status Request
Cancel On Disconnect
Commission
Post Only
Fast Cancel
Fast Replace

Notes

Time In Force

timeInForce(59) DAY value turns to FILL_AND_STORE by default.

Pool ID

PoolId(691) contains the exchange value when specified.

User mapping

The Dealerweb connector maps internal trader IDs ('users') to exchange trader IDs (many-to-one).
For example, users user1, user01, firstTrader may map to exchange trader icapdevexetrd1; users u2, second to icapdevexetrd2, etc.

Users in mappings must not repeat.
A defaultUser can be configured: if the order's user cannot be mapped to a valid exchange trader, the default user is used instead.
If no default user is configured and the order's user has no valid mapping, the order is rejected with 'can't find user mapping'.
If no default user is configured and the order's user has a mapping but that trader is not logged in, the order is rejected with 'user not logged in'.

Logon attempts

The number of trader logon attempts can be configured with the logonAttempts setting.
The interval between attempts can be configured with logonInterval.

Self Match Prevention ID

Clients who opt to leverage Self-Match Prevention functionality will submit 7928 tag to prevent trading against an opposite side order with the same SMP ID.
This feature may lead to a crossed market. If this field is populated but the given pool is not enabled for self-match, the order will be rejected.

Self Match Prevention Mode

Indicate the mode for SMP. The default value is DISABLED.

Config ValueTag 7929Description
DISABLEDNOrders with the same SMP ID will be categorized as Internalization match and will be given matching preference over other orders at the same price.
ENABLEDYOrders with the same SMP ID will be excluded from matching. This value is assumed if this tag is missing.
EXCLUSIVEEOrders with the same SMP ID will be categorized as Exclusive match and will only match with orders of the same SMP ID.

Symbology

Description for Security Metadata

Extra AttributeRequired?FIX TagDescription
SymbolYesSymbol (55)Security description. The value sent is not significant.
NicknameYesSecurityID (48)The instrument identifier uniquely identifies an instrument in the core system. Can be used nickname
SecurityIdYesPrefix of the SecurityID for the instrument without ActiveStream route, to identify returned code to symbol.
PoolIdNoPoolId(691)Specify PoolId for specific exchange. Exchange used first, then PoolId from SMD.

Example:

Instrument TypeSymbolAttributeAttribute
NicknameSecurityId
BondDWEB 2YOTR_29128284Y3180831_A
BondDWEB 5 YEAR9128285D8181001_A9128285D8181001_A

Note: SecurityId values may be changed by DealerWeb.

Security Metadata and Configuration options

This section explains how the two instrument identification options — exactMatch and lookupByCusip — affect instrument lookup.
The following examples assume this Execution Report received from DealerWeb:

8=FIX.4.4|9=229|35=D|34=1|49=DWMDT|50=dwmdtdevexe1|56=DEALERWEB|57=dealerweb_exe|52=20250626-14:36:51.024|1=dwmdtdevtrd1|210=10|22=8|48=OTR_2|21=R|40=2|59=8|691=DWMDTCASC02|11=3010895|55=OTR_2|54=1|60=20250626-14:36:51.024|38=10|44=99.396484375|10=187|
8=FIX.4.4|9=368|35=8|34=1|49=DEALERWEB|50=dealerweb_exe|52=20250626-14:36:51.029|56=DWMDT|57=dwmdtdevexe1|41=3010895|6=0|11=3010895|37=5704094109598220291|150=I|39=0|40=2|1=dwmdtdevtrd1|48=91282CNL1250630_A-W372639|55=2 year DWMDTCASC02|22=8|691=DWMDTCASC02|454=1|455=91282CNL1|456=1|54=1|38=10|17=5704200354205726118|210=10|44=99.396484375|151=10|14=0|60=20250626-14:36:51.028|423=3|10=092|

Option exactMatch

If set to true, all other options are ignored.

When enabled, the SecurityId column in the security stream must exactly match the SecurityId (tag 48) value in the Execution Report.
In the example above, the SecurityId field must be set to 91282CNL1250630_A-W372639.

Option lookupByCusip

Note: If this option is set to true, exactMatch must be set to false.

When enabled, only the first 9 characters of SecurityId (the CUSIP prefix) are compared between the security stream and the Execution Report.
For example, if securities has SecurityId 91282CNL1250630_A and the Execution Report carries 91282CNL1250630_A-W372639 in tag 48, both resolve to CUSIP prefix 91282CNL1 and match.

No Options

When both options are disabled, behavior is similar to exactMatch except the tag 48 value from the Execution Report is trimmed at the - character before comparison.
In the example, 91282CNL1250630_A-W372639 becomes 91282CNL1250630_A, which must match the SecurityId column.

Schedule

Time Zone: America/New_York

SessionStart TimeStart DayEnd TimeEnd Day
Session 118:25Sunday17:35Monday
Session 218:25Monday17:35Tuesday
Session 318:25Tuesday17:35Wednesday
Session 418:25Wednesday17:35Thursday
Session 518:25Thursday17:35Friday

Configuration

Connector settings

ParameterDefault ValueDescription
defaultUserDefault DWEB user.
passwordLogin password.
logonAttempts1The number of login attempts in case of failure.
logonInterval1sThe interval between login attempts.
exactMatchfalseDefine if Nickname should exactly match SecurityID.
useExchangetrueDefine whether to send request's exchange as Pool ID. If false - Pool ID specified on instrument level will be used.
useTraderfalseDefine whether to send request's traderId as User ID when traderId is not in the mapping.
lookupByCusipfalseAllow to lookup order event only by CUSIP part of SecurityID(48).
selfMatchPreventionModeDISABLEDSMP Mode. See allowed values in Config Value column..
selfMatchPreventionIdSMP ID.
➡️ Trader Mapping Settings
users.traderIdDWEB user id.
users.passwordDWEB user password.
users.deltixTradersThe list of traders mapped to the this DWEB user.

Supported order attributes

KeyDescription
18ExecInst(18). If more than one instruction is applicable to an order, this field can contain multiple instructions separated by space.
21HandlInst(21). Valid values: O - Best, R - Leave (default).
40OrderType(40).
59TimeInForce(59).
691PoolID(691).
7928SelfMatchPreventionID(7928). Clients who opt to leverage Self-Match Prevention functionality will submit this tag to prevent trading against an opposite side order with the same SMP ID.
7929SelfMatchPreventionMode(7929). See allowed values in tag 7929 column..

Config sample

connectors {
DEALERWEB : ${template.connector.fix.dealerweb} {
settings {
host = "<HOST>"
port = <PORT>

senderCompId = "<SENDER_COMP_ID>"
targetCompId = "<TARGET_COMP_ID>"
senderSubId = "<SENDER_SUB_ID>"
targetSubId = "<TARGET_SUB_ID>"

password = "<PASSWORD>"
logonAttempts = 1

defaultUser = "<DEFAULT_DWEB_USER>"
users = [
{
traderId = "<DWEB_USER_ID_1>"
password = "<PASSWORD>"
deltixTraders = ["deltixTrader2","deltixTrader002"]
},
{
traderId = "<DWEB_USER_ID_2>"
password = "<PASSWORD>"
deltixTraders = ["deltixTrader1","deltixTrader001"]
},
{
traderId = "<DWEB_USER_ID>"
password = "<PASSWORD>"
deltixTraders = ["deltixTrader3","deltixTrader003"]
}
]
}
}
}