Skip to content

oniony/transfix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TRANSFIX

Build Status

Overview

Transfix is a command-line utility to translate FIX protocol messages into a more readable form.

Compilation

Usage

$ transfix </some/file
OR
$ cat /some/file | transfix

Options

  • --id ― show the original identifiers for decode tags and values
  • --color ― color the tags and values
  • --tag-per-line ― show each tag on a new line

Versions

v1.0.0

  • First published release

About

Transfix is written and maintained by Paul Ruane ([email protected]) and is available at http://github.com/oniony/transfix/.

Transfix is written in Rust: http://rust-lang.org/


Copyright 2017‒2023 Paul Ruane

Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty.