FixServerSettings
StockSharp.Server.Fix
Settings.
Inherits: BaseServerSettings
Constructors
FixServerSettings()
Initializes a new instance of the FixServerSettings.
Properties
CheckSumDisabled : bool
Disable checksum.
FixVersion : string
FIX protocol version (e.g. "FIX.4.4", "FIX.5.0").
Session : FixSession
Server session.
SupportedMessageTypes : HashSet<string>
Supported message types. Empty or contains "*" means all message types are supported.
Methods
IsMessageTypeSupported(string) : bool
Checks whether the given message type is supported by this server.
- messageType
- FIX message type string.
Returns: true if supported.