diff --git a/src/Qwack.Core/Instruments/InstrumentFactory.cs b/src/Qwack.Core/Instruments/InstrumentFactory.cs index dceb768d..dd4eb669 100644 --- a/src/Qwack.Core/Instruments/InstrumentFactory.cs +++ b/src/Qwack.Core/Instruments/InstrumentFactory.cs @@ -322,6 +322,7 @@ public static IInstrument GetInstrument(this TO_Instrument transportObject, ICur ObsEndDate = transportObject.ObsEndDate, ObsStartDate = transportObject.ObsStartDate, WindowSize = transportObject.WindowSize, + DecisionDate = transportObject.DecisionDate, }; } diff --git a/version.props b/version.props index 22b7c648..2ff5902b 100644 --- a/version.props +++ b/version.props @@ -1,5 +1,5 @@ - 0.8.54 + 0.8.55 diff --git a/version.txt b/version.txt index 442ac04c..07b2a55e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.8.54 \ No newline at end of file +0.8.55 \ No newline at end of file