public FinancialAdvisorTests(SystemTestFixture fixture, ITestOutputHelper output) : base(fixture, output)
 {
 }
Beispiel #2
0
 public NewsBulletinTests(SystemTestFixture fixture, ITestOutputHelper output) : base(fixture, output)
 {
 }
Beispiel #3
0
 public FundamentalDataTests(SystemTestFixture fixture, ITestOutputHelper output) : base(fixture, output)
 {
 }
Beispiel #4
0
 public TimeTests(SystemTestFixture fixture, ITestOutputHelper output) : base(fixture, output)
 {
 }
 public OrderRequestTests(SystemTestFixture fixture, ITestOutputHelper output) : base(fixture, output)
 {
 }
 public MarketDepthTests(SystemTestFixture fixture, ITestOutputHelper output) : base(fixture, output)
 {
 }
Beispiel #7
0
 public HistoricalDataTests(SystemTestFixture fixture, ITestOutputHelper output) : base(fixture, output)
 {
 }
 public OrderServiceTests(SystemTestFixture fixture, ITestOutputHelper output) : base(fixture, output)
 {
 }
Beispiel #9
0
 public ContractTests(SystemTestFixture fixture, ITestOutputHelper output) : base(fixture, output)
 {
 }
Beispiel #10
0
 public RealtimeBarTests(SystemTestFixture fixture, ITestOutputHelper output) : base(fixture, output)
 {
 }
Beispiel #11
0
 public BadDataTest(SystemTestFixture fixture, ITestOutputHelper output) : base(fixture, output)
 {
 }