Skip to content

FIX TAG 340

TradSesStatus

intAdded FIX.4.2

Definition

State of the trading session.

Compare versions

Differences between the selected source snapshots, including wording and errata; not a migration guide.

FIX 5.0 SP2 FIX Latest · EP309

Values only in FIX Latest · EP309 3

  • 7Outage
    Additional source detail

    Trading has been halted for the session due to an outage. HaltReason(327)=6 (Outage) with OutageReason(3137) may be used to provide more information.

  • 8Partial outage
    Additional source detail

    There is an outage of services for the session other than trading. OutageReason(3137) may be used to provide more information.

  • 9Delayed
    Additional source detail

    There is an outage that impacts the latency of services for the session. OutageReason(3137) may be used to provide more information.

Value text or deprecation changed 1

ValueFIX 5.0 SP2FIX Latest · EP309
1HaltedHalted
Additional source detail

Trading has been halted for the session for reasons other than an outage. HaltReason(327) may be used to provide more information.

Values 10

ValueMeaning
0

Unknown

1

Halted

Additional detail from the official source

Trading has been halted for the session for reasons other than an outage. HaltReason(327) may be used to provide more information.

2

Open

3

Closed

4

Pre-Open

5

Pre-Close

6

Request Rejected

7

Outage

Additional detail from the official source

Trading has been halted for the session due to an outage. HaltReason(327)=6 (Outage) with OutageReason(3137) may be used to provide more information.

8

Partial outage

Additional detail from the official source

There is an outage of services for the session other than trading. OutageReason(3137) may be used to provide more information.

9

Delayed

Additional detail from the official source

There is an outage that impacts the latency of services for the session. OutageReason(3137) may be used to provide more information.

About the int data type

Sequence of digits without commas or decimals and optional sign character (ASCII characters "-" and "0" - "9" ). The sign character utilizes one byte (i.e. positive int is "99999" while negative int is "-99999"). Note that int values may contain leading zeros (e.g. "00023" = "23").

Used in messages 3

Includes nested components and repeating groups. Open a location to see its surrounding requirements.