Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
eff9e49
Remove the FIX Repository based dictionary and associated code.
GaryHughes Apr 17, 2021
406e8e4
Squashed 'fixorchestra/' content from commit f70020b
GaryHughes Apr 17, 2021
c16373c
Merge commit '406e8e4cc89d85ed190da74a942e23bf61499f7a' as 'fixorches…
GaryHughes Apr 17, 2021
cfca001
Integrate FIX Orchestra.
GaryHughes Apr 17, 2021
d7701d1
Initial conversion of Fix to use the orchestra basd dictionary.
GaryHughes Apr 20, 2021
be57b54
Get tests working with the new dictionary.
GaryHughes Apr 24, 2021
65b697c
Compiling with new dictionary but lots of broken bits.
GaryHughes Apr 24, 2021
9c7b553
Update tests to work with the new dictionary.
GaryHughes Apr 24, 2021
d8d138e
Fix invalid BeginString
GaryHughes Apr 24, 2021
156ddc4
Reinstate the message view description column combobox and improve th…
GaryHughes Apr 27, 2021
d6f1e15
Generate MessageField.Required and use in the message view.
GaryHughes Apr 27, 2021
99bf637
Fix the handling of enumerated field values in the order view.
GaryHughes Apr 28, 2021
90bb23b
Disable filter and template persistence for now.
GaryHughes May 2, 2021
fa18e89
Enable nullable on FIx and do first crude pass at fixing warnings.
GaryHughes May 3, 2021
0453b53
Enable nullable in test programs.
GaryHughes May 3, 2021
6765d11
Enable nullable in Fix.Tests.
GaryHughes May 4, 2021
eea12ce
Enable nullable in FixClient and start cleaning up the resultant warn…
GaryHughes May 4, 2021
91cdb03
Fix nullable warnings.
GaryHughes May 8, 2021
745a05c
Fix nullable warnings.
GaryHughes May 9, 2021
9d71ef5
Fix nullable warnings.
GaryHughes May 9, 2021
76461c1
Fix analyser issues.
GaryHughes May 9, 2021
6cd4e2a
Add version properties to the version collection.
GaryHughes May 10, 2021
22dd8d1
Cleanup.
GaryHughes May 13, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Dictionary/Generated
Fix.Dictionary/Generated
bin
obj
packages
.vs
*.user
*.user
**/__pycache__
7 changes: 1 addition & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
* First open source version.
* Moved to .NET 5.0 and publish as a single file application.
* Removed the old WIX installers.
* Removed the trades view - this was a special case and only ever partially implemented.
* Hide the data dictionary view - this is broken and will be replaced.
* CustomFields.xml is now embedded in the binary so it doesn't have to be distributed seperately.
* Replaced the FIX Repository based dictionary with one generated from the FIX Orchestra.
25 changes: 0 additions & 25 deletions Dictionary/AddedAttribute.cs

This file was deleted.

41 changes: 0 additions & 41 deletions Dictionary/Dictionary.DataType.cs

This file was deleted.

76 changes: 0 additions & 76 deletions Dictionary/Dictionary.Field.cs

This file was deleted.

55 changes: 0 additions & 55 deletions Dictionary/Dictionary.FieldDefinition.cs

This file was deleted.

93 changes: 0 additions & 93 deletions Dictionary/Dictionary.Message.cs

This file was deleted.

48 changes: 0 additions & 48 deletions Dictionary/Dictionary.MessageFieldCollection.cs

This file was deleted.

Loading