Spin Response Message Fields
The Spin Response message is sent in response to a user's Spin Request message indicating whether a spin will be sent.
| Field Name | Offset | Length | Type/(Value) | Description |
|---|---|---|---|---|
| Length | 0 | 1 | Binary | Length of this message including this field. |
| Message Type | 1 | 1 | 0x82 | Spin Response message |
| Sequence | 2 | 4 | Binary | Sequence number from a Spin Image Available message received by the participant. |
| Order Count | 6 | 4 | Binary | Number of Add Order messages which will be contained in this spin. |
| Status | 10 | 1 | Alphanumeric | Accepted or reason for reject*. |
| Total Length = 11 bytes | ||||
| Spin Response - Status Codes | ||||
| ‘A’ | Accepted | |||
| ‘O’ | Out of Range (Sequence requested is greater than Sequence available by the next spin). | |||
| ‘S’ | Spin already in progress (only one spin can be running at a time). | |||
* All non-’A’ status codes should be interpreted as a reject.





