Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

Releases: nazarovsa/Insight.Tinkoff.InvestSdk

Fix OpertionService.Get with empty Figi

11 Apr 09:26
Compare
Choose a tag to compare

Fix

The parameter "figi" with en empty value removed from the path to disable "figi" filter at OperationService.Get

NuGet

Release as NuGet package

Add missing currencies

04 Apr 05:41
Compare
Choose a tag to compare

Update

Add missing currencies:

  • Gbp
  • Hkd
  • Chf
  • Jpy
  • Cny
  • Try

NuGet

Release as NuGet package

Extend StreamConfiguration with Reconnection options

22 Mar 10:12
Compare
Choose a tag to compare

Add

StreamConfiguration properties:

  • ReconnectEnabled - Enable reconnect, bool, default - true
  • ReconnectTimeout - Time to reconnect from last message, TimeSpan, default - 30 seconds
  • ErrorReconnectTimeout - Reconnect timeout on error, TimeSpan, default - 60 seconds

Update

StreamConfiguration properties:

  • ResubscribeOnReconnect - Now true by default

NuGet

Release as NuGet package

Major release

10 Mar 15:50
Compare
Choose a tag to compare

About

Add brokerAccountType to Rest services
Add IUserService for interact with user/
Add PlaceMarketOrder method to IOrderService
Add HttpClient parameter to Rest services constructors (Issue-5)
Package now supports netstandard2.0 only
Change repository structure
StreamMarketService fixed

NuGet

Release as NuGet package

Добавлена корректная сериализация объектов sdk и минор фиксы

14 Nov 10:07
Compare
Choose a tag to compare

About

Исправлена сериализация объектов sdk
Перечисление ExtendedOperationType расширено новыми типами операций
Изменены названия:

  • IOrderService.PostLimitOrder -> IOrderService.PlaceLimitOrder
  • Order.OperationType -> Order.Operation
  • LimitOrderRequest -> PlaceLimitOrderRequest
  • TinkoffRestServiceConfiguration -> RestConfiguration
  • StreamMarketServiceConfiguration -> StreamConfiguration
  • StreamMarketServiceConfiguration.Token -> StreamConfiguration.AccessToken

NuGet

Релиз доступен как NuGet пакет

Services refactoring

18 Oct 20:27
Compare
Choose a tag to compare

About

  • Изменен механизм взаимодействия с WebSocket в StreamMarketService на подобии официального SDK
  • NuGet пакет теперь поддерживает только netstandard2.0
  • Проведен рефакторинг внутренней инфраструктуры
  • Добавлены тесты на SandboxService
  • Изменены названия методов в ISandboxService: PostCurrenciesBalance -> SetCurrencyBalance, PostPositionBalance -> SetPositionBalance

NuGet

Релиз доступен как NuGet пакет

OpenApi 19.2 Supported

16 Oct 21:38
Compare
Choose a tag to compare

About

Реализован функционал добавленный в релизе OpenApi 19.2

NuGet

Релиз доступен как NuGet пакет