Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add configuration for adding FIX tag to output hash keys #70

Open
daino3 opened this issue Sep 16, 2016 · 0 comments
Open

Add configuration for adding FIX tag to output hash keys #70

daino3 opened this issue Sep 16, 2016 · 0 comments
Labels

Comments

@daino3
Copy link
Contributor

daino3 commented Sep 16, 2016

current:

{
  "BeginString" => "FIX.4.2"
  "MsgType" => "NewOrderSingle"
}

could add a configuration to add tag numbers:

  # config
  fix_protocol {
    fix_message => fix_string
    include_tags => true # new config
    session_dictionary_path => "/vagrant/spec/fixtures/FIXT11.xml"
    data_dictionary_path => "/vagrant/spec/fixtures/FIX50SP1.xml"
  }

Which would generate new hash keys:

{
  "BeginString (8)" => "FIX.4.2"
  "MsgType (35)" => "NewOrderSingle"
}

@daino3 daino3 added the Feature label Sep 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant