FixServerSettings

StockSharp.Server.Fix

Settings.

Herda de: BaseServerSettings

Construtores

FixServerSettings()

Initializes a new instance of the FixServerSettings.

Propriedades

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.

Retorna: true if supported.

Load(SettingsStorage)

Load settings.

storage
Settings storage.
Save(SettingsStorage)

Save settings.

storage
Settings storage.