Interface IFixSessionSlowConsumerListener
Namespace: FixAntenna.FixEngine.Session
Assembly: FixAntenna.Core.dll
Syntax
public interface IFixSessionSlowConsumerListener
Methods
OnSlowConsumerDetected(SlowConsumerReason, Int64, Int64)
Declaration
void OnSlowConsumerDetected(SlowConsumerReason reason, long expected, long current)
Parameters
Type | Name | Description |
---|---|---|
SlowConsumerReason | reason | |
System.Int64 | expected | |
System.Int64 | current |