This is a FIX Initiator that connects to the pre-defined host and port.
The connection is secured using SSL.
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 "SellSide SSL" sample. The "SellSide SSL" must be started first.
This is a FIX Acceptor that waits for incoming connections on the pre-defined port (ListenPort).
The connection is secured using SSL.
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 "BuySide SSL" sample. "SellSide SSL" must be started first.