Skip to content

Releases: mautomic/sleet

v0.4.2

31 May 23:20
2f55acd
Compare
Choose a tag to compare
  • New Price History API

v0.4.1

04 Apr 18:46
Compare
Choose a tag to compare
  • Dependency restructuring and updates
  • Gradle module restructuring
  • Common TD enums and order utilities

v0.4.0

20 Mar 17:46
Compare
Choose a tag to compare
  • Create encompassing TDClient object to separate services' functionality
  • Simplify and refactor all logic to Kotlin
  • Implement order related methods in TradingService
  • Implement additional account retrieval in TradingService

v0.3.1

06 Mar 20:31
Compare
Choose a tag to compare
  • New Asset POJO that combines fucntionality of Option and Equity

v0.3.0

31 Jan 21:05
Compare
Choose a tag to compare

Baseline cut of Sleet.

Release includes:

  • QuoteService that can retrieve OptionChains and Quotes
  • AuthService that can retrieve an auth or refresh token from the TD API provided a grant
  • TradingService that can place orders and create saved orders (partially implemented)