Sha256: 34dc1c2fbb25e2ed4742311998eac2bb8f1ce92961eb511aa17d5b2aa86d111e
Contents?: true
Size: 1.34 KB
Versions: 2
Compression:
Stored size: 1.34 KB
Contents
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [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 - Supporting [Bracket Orders](https://docs.alpaca.markets/trading-on-alpaca/orders/#bracket-orders) - Validating time frame in Client#bars ## [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.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
alpaca-trade-api-0.8.0 | CHANGELOG.md |
alpaca-trade-api-0.7.0 | CHANGELOG.md |