sandbox_get_messages
The FIX message log for a sandbox session, oldest first: logons, heartbeats, orders in, execution reports out, rejects. Each message has seq, timeUtc, inbound (true = user's engine sent it), msgType, raw FIX, and parsed tag/value fields. Pass afterSeq (the last seq you saw) to fetch only new messages. Use this to explain what happened on the wire.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| afterSeq | No | Return only messages with seq greater than this | |
| sessionId | Yes |