Contents
The Lime FIX adapter allows a StreamBase application to connect to a Lime FIX venue, and to exchange FIX messages with it.
Because this adapter uses the FIX protocol to communicate with a Lime FIX venue, 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 Lime FIX adapter.
The Lime FIX adapter has the following differences, compared to the FIX adapter:
-
Username, Password, and CancelAllOnDisconnect
Because Lime FIX venues require a username and optional password to be included at logon, you must specify these values in the configuration file used by the adapter. You can also specify whether outstanding orders are automatically canceled when the FIX connection is lost.
Add the following entries either in the session-specific section or the [DEFAULT] section of the QuickFIX/J configuration file:
Username=
MyLimeFIXUsernamePassword=MyLimeFIXPasswordYou can optionally add one of the following entries either to the session-specific section or the [DEFAULT] section:
CancelAllOnDisconnect=Y
or
CancelAllOnDisconnect=N
-
StreamBaseFIX engine:
Add the following sections to your session's
<session>tag of the StreamBaseFIX configuration file:<username>
MyLimeFIXUsername</username> <password>MyLimeFIXPassword</password>You can optionally add one of the following section to the same tag:
<cancel-all-on-disconnect>
true</cancel-all-on-disconnect>or
<cancel-all-on-disconnect>
false</cancel-all-on-disconnect>
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.
