@master-chief/alpaca
Advanced tools
Comparing version 5.1.3-beta to 5.1.4-beta
@@ -90,6 +90,7 @@ import { OrderSide, OrderType, OrderTimeInForce } from './entities.js'; | ||
symbol: string; | ||
qty: number; | ||
side: OrderSide; | ||
type: OrderType; | ||
time_in_force: OrderTimeInForce; | ||
qty?: number; | ||
notional?: number; | ||
limit_price?: number; | ||
@@ -96,0 +97,0 @@ stop_price?: number; |
/*! | ||
* alpaca@5.1.3-beta | ||
* alpaca@5.1.4-beta | ||
* released under the permissive ISC license | ||
@@ -4,0 +4,0 @@ */ |
{ | ||
"name": "@master-chief/alpaca", | ||
"version": "5.1.3-beta", | ||
"version": "5.1.4-beta", | ||
"description": "A TypeScript Node.js library for the https://alpaca.markets REST API and WebSocket streams.", | ||
@@ -5,0 +5,0 @@ "author": "117", |
> **New!** | ||
> Support for the Market Data API v2 is here. This library's version has been | ||
> incremented to `5.1.3-beta` as some breaking changes were made to the | ||
> incremented to `5.1.4-beta` as some breaking changes were made to the | ||
> `AlpacaStream` class. It will remain `beta` until Alpaca marks a stable | ||
@@ -5,0 +5,0 @@ > version of the data API. |
@@ -108,6 +108,7 @@ import { OrderSide, OrderType, OrderTimeInForce } from './entities.js' | ||
symbol: string | ||
qty: number | ||
side: OrderSide | ||
type: OrderType | ||
time_in_force: OrderTimeInForce | ||
qty?: number | ||
notional?: number | ||
limit_price?: number | ||
@@ -114,0 +115,0 @@ stop_price?: number |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2354062
24084