FIX Trading
FIX.Latest
Current FIX application layer standard
- Conforms To
- Orchestra v1.0
- Created
- 2026-07-31
- Creator
- FIX Protocol Ltd.
- Format
- application/xml
- Publisher
- FIX Protocol Ltd.
- Rights
- Copyright (c) FIX Protocol Ltd. All Rights Reserved.
- Source
- Orchid
- Title
- OrchestraFIXLatest
Revisions
FIX.Latest_EP309current
2026-07-31
FIX.Latest_EP308
2026-07-17
FIX.Latest_EP307
2026-07-06
FIX.Latest_EP306
2026-07-06
FIX.Latest_EP304
2026-06-24
FIX.Latest_EP305
2026-06-24
FIX.Latest_EP302
2026-06-23
FIX.Latest_EP301
2026-06-23
FIX.Latest_EP303
2026-06-23
FIX.Latest_EP300
2026-06-22
FIX.Latest_EP299
2025-06-13
FIX.Latest_EP298
2025-05-19
FIX.Latest_EP296
2025-04-15
FIX.Latest_EP297
2025-04-15
FIX.Latest_EP295
2025-03-24
FIX.Latest_EP294
2025-03-03
FIX.Latest_EP293
2024-12-23
FIX.Latest_EP291
2024-12-09
FIX.Latest_EP290
2024-12-09
FIX.Latest_EP292
2024-12-09
FIX.Latest_EP289
2024-05-30
FIX.Latest_EP288
2024-04-28
FIX.Latest_EP287
2024-02-06
FIX.Latest_EP286
2023-12-08
FIX.Latest_EP285
2023-11-27
FIX.Latest_EP283
2023-09-18
FIX.Latest_EP282
2023-09-18
FIX.Latest_EP284
2023-09-18
FIX.Latest_EP281
2023-09-18
FIX.Latest_EP280
2023-06-21
FIX.Latest_EP279
2023-06-20
FIX.Latest_EP278
2023-06-17
FIX.Latest_EP277
2023-06-03
FIX.Latest_EP275
2022-12-22
FIX.Latest_EP276
2022-12-21
FIX.Latest_EP274
2022-10-05
FIX.Latest_EP273
2022-09-27
FIX.Latest_EP272
2022-08-15
FIX.Latest_EP271
2022-07-18
FIX.Latest_EP270
2022-05-30
FIX.Latest_EP268
2021-09-02
FIX.Latest_EP269
2021-09-02
FIX.Latest_EP267
2021-08-14
FIX.Latest_EP265
2021-05-11
FIX.Latest_EP266
2021-05-11
FIX.Latest_EP261
2021-03-23
FIX.Latest_EP260
2021-03-23
FIX.Latest_EP262
2021-03-23
FIX.Latest_EP263
2021-03-23
FIX.Latest_EP264
2021-03-23
FIX.5.0SP2_EP259
2020-11-15
How to use this Orchestra repository
See the Orchestra Gradle Plugin documentation to learn how to use this Orchestra repository in your project.
With the Orchestra Gradle Plugin you can:
- Create your own derived Orchestra repository based on the FIX.Latest data dictionary
- Generate schema definitions and code
- Build applications that consume or produce data described by this repository
If you already use the Orchestra Gradle Plugin, use the following snippet to create a derived repository based on FIX.Latest:
orchestra {
specification {
markdown {
reference(orchestraHub("fixtrading/fix-latest", version = "ep309"))
}
}
}