Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Server B (BROKER):  x.x.x.x where SimpleClient #1 and SimpleClient #2 are installed. SimpleClient #1 will simulate Broker and SimpleClient #2 will simulate StockExchange.

Server F (FIXEDGE)

...

 

...

Configuration

FIXEdge.properties

...

...

Code Block
# -----------------[ SC1 AS ACCEPTOR SEND MESSAGE TO SC2 ] ------------------

...


FixLayer.FixEngine.Session.FIXEDGE-SC1.Version = FIX44

...


FixLayer.FixEngine.Session.FIXEDGE-SC1.EncryptMethod = 0

...


FixLayer.FixEngine.Session.FIXEDGE-SC1.ForceSeqNumReset = 0

...


FixLayer.FixEngine.Session.FIXEDGE-SC1.IgnoreSeqNumTooLowAtLogon = false

...


FixLayer.FixEngine.Session.FIXEDGE-SC1.IntradayLogoutTolerance = false

...


FixLayer.FixEngine.Session.FIXEDGE-SC1.MaxMessagesAmountInBunch = 0

...


FixLayer.FixEngine.Session.FIXEDGE-SC1.RecreateOnLogout = false

...


FixLayer.FixEngine.Session.FIXEDGE-SC1.TerminateOnLogout = true

...


FixLayer.FixEngine.Session.FIXEDGE-SC1.RejectMessageWhileNoConnection = false

...


FixLayer.FixEngine.Session.FIXEDGE-SC1.Role = Acceptor

...


FixLayer.FixEngine.Session.FIXEDGE-SC1.SenderCompID = FIXEDGE

...


FixLayer.FixEngine.Session.FIXEDGE-SC1.SenderLocationID =

...


FixLayer.FixEngine.Session.FIXEDGE-SC1.SenderSubID =

...


FixLayer.FixEngine.Session.FIXEDGE-SC1.SocketPriority = EVEN

...


FixLayer.FixEngine.Session.FIXEDGE-SC1.SecurityGroups =

...


FixLayer.FixEngine.Session.FIXEDGE-SC1.StorageType = persistentmm

...


FixLayer.FixEngine.Session.FIXEDGE-SC1.TargetCompID = SC1

...


FixLayer.FixEngine.Session.FIXEDGE-SC1.TargetLocationID =

...


FixLayer.FixEngine.Session.FIXEDGE-SC1.TargetSubID =

...


FixLayer.FixEngine.Session.FIXEDGE-SC1.TcpBufferDisabled = false

...

 



# ----------------- [SC2 AS  INITIATOR RECEIVED MESSAGES SENT FROM  SC1] ----------

...


FixLayer.FixEngine.Session.FIXEDGE-SC2.Version = FIX44

...


FixLayer.FixEngine.Session.FIXEDGE-SC2.EncryptMethod = 0

...


FixLayer.FixEngine.Session.FIXEDGE-SC2.ForceReconnect = false

...


FixLayer.FixEngine.Session.FIXEDGE-SC2.ForceSeqNumReset = 0

...


FixLayer.FixEngine.Session.FIXEDGE-SC2.HBI = 30

...


FixLayer.FixEngine.Session.FIXEDGE-SC2.Host = 127.0.0.1

...


FixLayer.FixEngine.Session.FIXEDGE-SC2.IgnoreSeqNumTooLowAtLogon = false

...


FixLayer.FixEngine.Session.FIXEDGE-SC2.IntradayLogoutTolerance = false

...


FixLayer.FixEngine.Session.FIXEDGE-SC2.MaxMessagesAmountInBunch = 0

...


FixLayer.FixEngine.Session.FIXEDGE-SC2.Port = 444

...


FixLayer.FixEngine.Session.FIXEDGE-SC2.RecreateOnLogout = false

...


FixLayer.FixEngine.Session.FIXEDGE-SC2.TerminateOnLogout = true

...


FixLayer.FixEngine.Session.FIXEDGE-SC2.RejectMessageWhileNoConnection = false

...


FixLayer.FixEngine.Session.FIXEDGE-SC2.Role = Initiator

...


FixLayer.FixEngine.Session.FIXEDGE-SC2.SenderCompID = FIXEDGE

...


FixLayer.FixEngine.Session.FIXEDGE-SC2.SenderLocationID =

...


FixLayer.FixEngine.Session.FIXEDGE-SC2.SenderSubID =

...


FixLayer.FixEngine.Session.FIXEDGE-SC2.SocketPriority = EVEN

...


FixLayer.FixEngine.Session.FIXEDGE-SC2.SecurityGroups =

...


FixLayer.FixEngine.Session.FIXEDGE-SC2.StorageType = persistentmm

...


FixLayer.FixEngine.Session.FIXEDGE-SC2.TargetCompID = SC2

...


FixLayer.FixEngine.Session.FIXEDGE-SC2.TargetLocationID =

...


FixLayer.FixEngine.Session.FIXEDGE-SC2.TargetSubID =

...


FixLayer.FixEngine.Session.FIXEDGE-SC2.TcpBufferDisabled = false

 

 

2. BL_Config.xml:

 

 

                                <Rule>

...