Samples :: Credential

Credential BuySide Sample

Description

This is a FIX Initiator that connects to the pre-defined host and port. When the session is established, the "SingleOrder - New"(MsgType='D') FIX message is sent to the counterparty.

This sample can be run together with the "CredentialSellSide" sample. The "CredentialSellSide" must be started first.

Usage

  • Run the sample:
    • win: CredentialBuySide.bat
    • linux: CredentialBuySide.sh
  • Clean everything:
    • win: clean.bat
    • linux: clean.sh

Credential SellSide Sample

Description

This is a FIX Acceptor that waits for incoming connections on the pre-defined port (ListenPort). It demonstrates how to process the username and password from the counterparty.

If the incoming application-level message is "SingleOrder - New" (MsgType='D') then the "ExecutionReport" (MsgType='8') message is send to the counterparty. Otherwise the "Email" (MsgType='C') message is sent back.

This sample can be run together with the "CredentialBuySide" sample. The "CredentialSellSide" must be started first.

Usage

  • Run the sample:
    • win: CredentialSellSide.bat
    • linux: CredentialSellSide.sh
  • Clean everything:
    • win: clean.bat
    • linux: clean.sh