The MarketFactory FIX Drop Copy Server works as per the standard FIX Spec (4.4) with regards to the following messages:
| MsgType (tag 35) | Description |
|---|---|
| A | Logon |
| 0 | Heartbeat |
| 1 | Resend Request |
| 2 | Session Reject |
| 3 | Sequence Reset |
| 4 | Sequence Reset |
| 5 | Logout |
| Tag | Field | Description | Req | Format | Notes |
|---|---|---|---|---|---|
Standard FIX Header | Y | 35='A' | |||
| 108 | HeartBtInt | Used to determine the heartbeat interval Must be the same on both sides and agreed to before hand. | Y | Int (Seconds) | >=2 AND <=60 Default is 30 seconds |
| 554 | Password | Password provided by MF | Y | String |
| Tag | Field | Description | Req | Format | Notes |
|---|---|---|---|---|---|
Standard FIX Header | Y | 35=2 | |||
| 7 | BeginSeqNo | Y | Int | ||
| 16 | EndSeqNo |
| Y | Int | 0=Infinity |