0

I would like to use the following nuget packages, which looks like a fork of the original .net QuickFix packages/codebase provided by Connamara Systems.

https://www.nuget.org/packages/QuickFix.Net.NETCore/ https://www.nuget.org/packages/QuickFix.Net.NETCore.FIX43/

I have to use a custom dictionary. When using the source code, there is this generate.rb ruby script that can be used.

But how does this field generation work when installing via Nuget?

Matthias Güntert
  • 4,013
  • 6
  • 41
  • 89
  • 1
    This sounds very library specific - nothing wrong with that, but: the question you're asking isn't obvious (in particular: there's no code, and it isn't clear whether you're asking about dictionaries, vs asking about `generate.rb`); have you tried the "issues" tab on the repo? https://github.com/connamara/quickfixn/issues – Marc Gravell Oct 24 '18 at 08:31
  • Thx for replying. When looking at this (`https://github.com/connamara/quickfixn/tree/master/generator`) folder within the original repo, we have to use the aforementioned `generate.rb` to generate the custom messages. But when we are using the nuget package there is no such script. So how can we generate messages based on a custom dictionary? – Matthias Güntert Oct 25 '18 at 11:56

0 Answers0