TinkoffInvestApi constructor

TinkoffInvestApi(
  1. String token, {
  2. bool sandboxMode = false,
  3. TinkoffInvestApiConfig config = const TinkoffInvestApiConfig(),
  4. bool debug = false,
})

Implementation

TinkoffInvestApi(
  this.token, {
  this.sandboxMode = false,
  this.config = const TinkoffInvestApiConfig(),
  this.debug = false,
});