Beispiel #1
0
    def test_get_tick_count_for_unknown_symbol_returns_zero(self):
        # Arrange
        strategy = TradingStrategy(order_id_tag='001')

        # Act
        result = strategy.tick_count(AUDUSD_FXCM)

        # Assert
        self.assertEqual(0, result)