Login as Tokenise Broker

In order to login and authenticate your FIX session, you need to send a LogOn message as your first message. Go to the second tab New Message and start typing LogOn in the search box.

Project Dependencies Diagram

An empty form must be shown as illustrated below.

Project Dependencies Diagram

The empty text boxes show what fields can be entered and sent as part of the LogOn message. Choose the following values for the shown textboxes.

  • EncryptMethod: None
  • HearBtInt: 10 (seconds) or any value you may like to set as Heartbeat interval
  • RawData: An already transferred authentication key to you or your administrator.
  • ResetSeqNumFlag: Yes

Note that, the RawData field must contain an Authentication Key provided by us. This key must be transferred to you through other means for security purposes.

Project Dependencies Diagram

Once happy with the entered values, click on Send button. If all entered correctly, you must see a green and red LogOn messages in the Messages Stream pane in the middle of window. A successful connection is illustrated below.

Project Dependencies Diagram

Note that green messages are the ones you send, and the red messages are the ones you receive from the FIX endpoint. If you click on one of the messages, you will see the actual FIX content been transmitted over the wire.

Project Dependencies Diagram

The red part are masked Authentication Keys sent over the wire.

Now, you have a working authenticated FIX session and you can start by sending other FIX commands to retrieve a ticker quote or actually create a limit order.