Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mikasoukhov committed Aug 21, 2015
1 parent 887d949 commit 8a314f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MainWindow.xaml.cs
Expand Up @@ -324,11 +324,11 @@ private void ConvertFile(string fileName, IStorageRegistry registry, StorageForm
if (ol.Flags.Contains(OrdLogFlags.Buy))
{
msg.OriginSide = Sides.Buy;
msg.Side = Sides.Buy;
}
else if (ol.Flags.Contains(OrdLogFlags.Sell))
{
msg.OriginSide = Sides.Sell;
msg.Side = Sides.Sell;
}
if (ol.Flags.Contains(OrdLogFlags.FillOrKill))
Expand Down

0 comments on commit 8a314f9

Please sign in to comment.