Authentication
To utilize the FIX API, it is imperative to provide the correct session information, username, and password.
To obtain your FIX API session and credentials, please contact us.
Upon the completion of all your business contracts and the setup of your FIX API, you will receive the session and credential information. An example is provided in the below:
BeginString=FIX.4.3
SenderCompID=SENDER_ID_ASSIGNED_TO_YOU
TargetCompID=FIX_API_TARGET_ID
SocketConnectHost=hostname_of_the_api
SocketConnectPort=port
UserName=USERNAME_YOU_NEED_TO_HAVE
Password=PASSWORD_YOU_NEED_TO_HAVE
Please note that connecting to the FIX API mandates a secure communication channel.