Skip to content

Commit

Permalink
Serialization fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gavbrennan committed May 13, 2024
1 parent deb90a5 commit c92bdf1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/Qwack.Core/Instruments/InstrumentFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ public static IInstrument GetInstrument(this TO_Instrument transportObject, ICur
DeclaredPeriod = transportObject.DeclaredPeriod,
FixingOffset = transportObject.FixingOffset==null ? null : new DateShifter(transportObject.FixingOffset, calendarProvider),
SettlementFixingDates = transportObject.SettlementFixingDates,
IsOption = transportObject.IsOption,
};

public static AssetFxBasisSwap GetAssetFxBasisSwap(this TO_AssetFxBasisSwap transportObject, ICurrencyProvider currencyProvider, ICalendarProvider calendarProvider) => new()
Expand Down
2 changes: 1 addition & 1 deletion version.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<VersionPrefix>0.7.93</VersionPrefix>
<VersionPrefix>0.7.94</VersionPrefix>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.93
0.7.94

0 comments on commit c92bdf1

Please sign in to comment.