Ejemplo n.º 1
0
 public void OnClose_NotCloseOnClose__ReturnsFalse()
 {
     ClosingPositionSelector.OnClose(new Position()
     {
         CloseMode = PositionCloseMode.OnOpen
     }, StockPricesDataUtils.CreatePricesData(0, 0, 0, 0), 0).ShouldBeFalse();
 }