FixServerSettings
StockSharp.Server.Fix
Settings.
Hereda de: BaseServerSettings
Constructores
FixServerSettings()
Initializes a new instance of the FixServerSettings.
Propiedades
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.
Métodos
IsMessageTypeSupported(string) : bool
Checks whether the given message type is supported by this server.
- messageType
- FIX message type string.
Devuelve: true if supported.