Enum FixSessionSendingType
As far as .Net Standard 2.0 does not allow define constants in interfaces new Enum was introduced.
Namespace: FixAntenna.FixEngine
Assembly: FixAntenna.Core.dll
Syntax
[Flags]
public enum FixSessionSendingType
Fields
| Name | Description |
|---|---|
| DefaultSendingOption | |
| SendAsync | Enqueue the message before sending as opposed to sending immediately from calling thread. |
| SendSync | Send the message synchronously. |