We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
current:
could add a configuration to add tag numbers:
Which would generate new hash keys:
The text was updated successfully, but these errors were encountered: