Skip to content

Commit

Permalink
Fixed Print() Method bug OdersActive reference
Browse files Browse the repository at this point in the history
Added in defensive coding for nulls in workflow for OrdeEntry and OCOEntry for PendingFill - NT8 could return a null on submit order under diffeent contexts usually when starting a strategy
  • Loading branch information
Trader Leeson committed Dec 10, 2020
1 parent aaeb6de commit 2df5771
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 93 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
[assembly: CLSCompliant(false)]
[assembly: ComVisible(false)]
[assembly: NeutralResourcesLanguage("en", UltimateResourceFallbackLocation.MainAssembly)]
[assembly: AssemblyVersion("2020.12.9.1")]
[assembly: AssemblyFileVersion("2020.12.9.1")]
[assembly: AssemblyVersion("2020.12.10.1")]
[assembly: AssemblyFileVersion("2020.12.10.1")]
Loading

0 comments on commit 2df5771

Please sign in to comment.