Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Configure throttling of outgoing messages

Info

Throttling of outgoing messages is available since FIX Antenna 2.30.0 release.

Throttling outgoing messages allows limiting the amount of sent FIX messages within a time interval.

...

Configure throttling of incoming messages

Info

Throttling of incoming messages is available since FIX Antenna 2.31.0 release.

Throttling incoming messages allows limiting the amount of received FIX messages within a time interval.

...

If the amount of received FIX messages exceeds the specified MessagesLimit within the configured IntervalMs then the onIncomingThrottling callback with the particular DefaultAction will be called.

When configuring several throttlers for the session, they must be listed in the Throttlers parameter in the order of severity.

...

Code Block
WARN <Session_Name> session cannot be started now. Reason: <parameter>: max items in interval cannot be <value>.

If the Direction, Type or DefaultAction property is specified with an incorrect value, the error below will be logged:

...

If at least one of MessagesLimit, IntervalMs, Direction, and Type properties is absent, then the error below will be logged:

...