...
Table of Contents
Simple configuration FIXEdge -> Stunnel -> SSL acceptor
...
Code Block |
---|
[FromBrokerToFIXEdge] protocol = proxy client = yes accept = 127.0.0.1:444 connect = y.y.y.y:443 [FromFIXEdgeToStockExchange] protocol = proxy accept = x.x.x.x:443 connect = 127.0.0.1:9106 |
SimpleClient #1 conf
...
Code Block |
---|
SenderCompID = SC1 TargetCompID = FIXEDGE Remote host = 127.0.0.1 Remote port = 444 |
Set ListenPort in engine.properties to 9107 (ListenPort = 9107) 3.
SimpleClient #2 conf
...
Set ListenPort in engine.properties to 9106 (ListenPort = 9106)
...
How to use
- Start SimpleClient #2
- Start FIXEdge - session between FIXEdge and SimpleClient #2 (SC2) should be established
- Start SimpleClient #1 (SC1) and establish session with FIXEdge using parameters from point 3
- Send application level messages from SimpleClient #1 - message will be routed to SimpleClient #2
- Send application level messages from SimpleClient #2 - message will be routed to SimpleClient #1