RateLimit

struct RateLimit

Rate-limit.

Public Members

roq::RateLimitType type = {}

Type.

std::chrono::seconds period = {}

Monitor period.

std::chrono::seconds end_time_utc = {}

End of current period.

uint32_t limit = {}

Limit.

uint32_t value = {}

Value.