EngineSettings.SendSpinningTimeout Property |
Specifies the send spinning timeout (in microseconds) of the
Send(Message) method to wait for the socket sending buffer availability
in the spin loop mode before placing the message to the outgoing queue (to be sent later by the sending thread).
Should not be greater than 1 sec (minimal Heartbeat interval).
Namespace:
FIXForge.NET.FIX
Assembly:
FIXForge.NET.FIX.Engine-net-4.8_x64 (in FIXForge.NET.FIX.Engine-net-4.8_x64.dll) Version: 4.12.0.0
Syntax public int SendSpinningTimeout { get; set; }
Property Value
Type:
Int32See Also