Connector configuration: Finam Trade API
Configure the following properties before connecting to Finam. The list is verified against FinamTradeMessageAdapter.
Basic settings
The connection editor shows these settings first.
Token(SecureString) — required Finam Trade API secret. The adapter exchanges it for a short-lived session token.AccountId(string) — optional trading account identifier. When empty, the adapter uses the first account available to the token.
Advanced settings
AppId(string) — application identifier sent during session creation. The default isStockSharp.PollingInterval(TimeSpan) — interval for account and order snapshot polling. The default is 30 seconds; values below one second are rejected.LookupLimit(int) — maximum number of instruments returned by an unrestricted lookup. The default is10000, and the value must be positive.RestAddress(string) — REST API base address. The default ishttps://api.finam.ru/.WebSocketAddress(string) — WebSocket API address. The default iswss://api.finam.ru/ws.
Keep the prefilled addresses unless Finam or a compatible gateway assigned different endpoints.