TinkoffInvestApiConfig class

Constructors

TinkoffInvestApiConfig({String productionRestUrl = 'https://api-invest.tinkoff.ru/openapi/', String productionStreamingUrl = 'wss://api-invest.tinkoff.ru/openapi/md/v1/md-openapi/ws/', String sandboxRestUrl = 'https://api-invest.tinkoff.ru/openapi/sandbox/', Duration connectTimeout = const Duration(seconds: 3)})
const

Properties

connectTimeout Duration
final
hashCode int
The hash code for this object.
no setterinherited
productionRestUrl String
final
productionStreamingUrl String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sandboxRestUrl String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited