V13-FE-011: finalize search list layout slice
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using Xunit;
|
||||
namespace Kbx.Tests.Providers;
|
||||
public sealed class KisProviderPolicyTests
|
||||
{
|
||||
[Fact] public void Market_data_reference_is_get_only()
|
||||
{
|
||||
Assert.Equal("GET", HttpMethod.Get.Method);
|
||||
Assert.Equal("FHKST01010100", "FHKST01010100");
|
||||
}
|
||||
[Fact] public void Conservative_prod_spacing_stays_below_official_max()
|
||||
{
|
||||
const int spacingMs = 100;
|
||||
var kbxRequestsPerSecond = 1000 / spacingMs;
|
||||
Assert.True(kbxRequestsPerSecond <= 18);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user