The MarketFactory FIX Drop Copy Server works as per the standard FIX Spec (4.4) with regards to the following messages:

MsgType (tag 35)MessageDescription
ALogon

Initiates a FIX session.

Heartbeat interval must be between 2 and 60, inclusive or the Logon attempt will be rejected.
0Heartbeat

Monitors the status of the connection.

1Test Request

Requests a Heartbeat from receiver.

2Resend Request

Requests re-transmission of messages.

3Reject

Session level message rejection.

4Sequence Reset (Gap Fill)

Reset receiver’s sequence number.

5Logout

Terminates a FIX session.


Logon

TagFieldDescriptionReqFormatNotes

Standard FIX Header


Y
35='A'
108HeartBtInt

Used to determine the heartbeat interval.

YInt (Seconds)

>=2 AND <=60

554PasswordPassword provided by MFYString

Resend Request

TagFieldDescriptionReqFormatNotes

Standard FIX Header


Y
 35=2
7

BeginSeqNo


YInt
16EndSeqNo


YInt

0=Infinity