FixServerSettings
StockSharp.Server.Fix
Settings.
Erbt von: BaseServerSettings
Konstruktoren
FixServerSettings()
Initializes a new instance of the FixServerSettings.
Eigenschaften
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.
Methoden
IsMessageTypeSupported(string) : bool
Checks whether the given message type is supported by this server.
- messageType
- FIX message type string.
Rückgabe: true if supported.