RateLimitTrigger¶
- class roq.RateLimitTrigger¶
Rate-limit trigger
- __init__(self: roq.RateLimitTrigger, arg0: roq::RateLimitTrigger) None ¶
- property accounts¶
Sorted list of accounts being affected (empty list means: all)
- property ban_expires¶
System time when ban expires (zero means: ban is no longer effective)
- property buffer_capacity¶
Buffer capacity (indicator for how full or empty the buffer is)
- property name¶
Configuration name
- property origin¶
Origin
- property remaining_requests¶
The buffer becomes full if this many requests are sent instantly
- property triggered_by¶
Trigger activated by this user
- property type¶
Rate-limit type
- property users¶
Sorted list of users being affected (empty list means: all)