Contents
The Nomura FX FIX adapter allows a StreamBase application to connect to the Nomura B-2-B FX trading infrastructure and to exchange FIX messages with it.
Because this adapter uses the FIX protocol to communicate with the Nomura FX infrastructure, its user-visible functionality is nearly identical to that of the StreamBase FIX adapter. See the FIX Adapter page for primary instructions on configuring and using the Nomura FX adapter.
The Nomura FX adapter has the following differences, compared to the FIX adapter:
-
Nomura FX OnBehalfOfCompID and SenderSubID:
Because Nomura FX venues require a value to be supplied for the OnBehalfOfCompID and SenderSubID fields in every outgoing FIX message, you must specify the value for these fields in the adapter's configuration file.
-
For the QuickFIX/J engine add
OnBehalfOfCompID=andMyCustomerIDSenderSubID=entries either in the session-specific section or the [DEFAULT] section of the file.MyUserID -
For the StreamBaseFIX engine add
<on-behalf-of-comp-id>andMyCustomerID</on-behalf-of-comp-id><sender-sub-id>attributes to your session'sMyUserID</sender-sub-id><fix-session>tag.
-
As shipped with StreamBase, this adapter supports the QuickFIX/J and StreamBaseFIX FIX engines. Contact StreamBase Systems Technical Support if you need to use a different FIX engine with this adapter.
