TinkoffInvestApi class

Constructors

TinkoffInvestApi(String token, {bool sandboxMode = false, TinkoffInvestApiConfig config = const TinkoffInvestApiConfig(), bool debug = false})

Properties

config TinkoffInvestApiConfig
final
debug bool
final
hashCode int
The hash code for this object.
no setterinherited
market → TIMarketEndpoint
Получение информации по бумагам.
no setter
operations → TIOperationsEndpoint
Получение информации по операциям.
no setter
orders → TIOrdersEndpoint
Операции заявок.
no setter
portfolio → TIPortfolioEndpoint
Операции с портфелем пользователя.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sandbox → TISandboxEndpoint
Операции в sandbox.
no setter
sandboxMode bool
final
streaming → TIStreaming
Streaming market-data.
no setter
token String
final
user → TIUserEndpoint
Получение информации по брокерским счетам.
no setter

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