Skip to content

Latest commit

 

History

History
57 lines (46 loc) · 1.5 KB

CHANGELOG.md

File metadata and controls

57 lines (46 loc) · 1.5 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.9.0] - 2022-04-10

Added

  • Added trail_percent and trail_price to orders

[0.8.0] - 2021-04-20

Added

  • Added fractionable and notional orders

[0.7.0] - 2021-02-27

Added

  • Support for faraday 1.x.

[0.6.0] - 2020-05-26

Added

  • Implemented Client#account_activities. Thanks @travishooper.

[0.5.0] - 2020-05-25

Added

  • Implemented Client#last_trade. Thanks @nathanworden.

[0.4.1] - 2020-04-25

Fixed

  • Added explicit BigDecimal require.

[0.4.0] - 2020-02-16

Added

[0.3.0] - 2019-09-19

Added

  • Implemented new endpoints:
    • Client#cancel_orders
    • Client#close_position
    • Client#close_positions
    • Client#replace_order
  • Added limit as a parameter to Client#bars
  • Renamed Clock#open to Clock#is_open and fixed assignment.

[0.2.0] - 2019-07-10

Added

  • Implemented Client#calendar.
  • Implemented Client#clock.
  • Added Client#assets.
  • Implemented new methods in Client: new_order, order, orders, position, positions.
  • Implemented Client#cancel_order.

[0.1.0] - 2019-07-04

Added

  • First version of gem.
  • Includes support for account, asset, and data endpoints.