FixServerSettings
StockSharp.Server.Fix
Settings.
继承自: BaseServerSettings
构造函数
FixServerSettings()
Initializes a new instance of the FixServerSettings.
属性
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.
方法
IsMessageTypeSupported(string) : bool
Checks whether the given message type is supported by this server.
- messageType
- FIX message type string.
返回值: true if supported.