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.
- add
log_path
field toConfig
- add support for more candlesticks periods
- add PushQuote.current_volume, PushQuote.current_turnover
- Add
PushCandlestick.is_confirmed
field.
- Update candlesticks rule.
- Add Serialize/Deserialize to response types.
- Add
LONGPORT_PRINT_QUOTE_PACKAGES
environment variable to enable printing the opened quote packages when connected to the server, default istrue
.
- Changed the
time
parameter ofQuote.history_candlesticks_by_offset
method to be optional.
- [python] Change
TradeStatus.SuspendTrade
toTradeStatus.Suspend
in pyi.
- Returns the most recent historical candlesticks after subscribing to the candlesticks.
- Print the opened quote packages when connected to the server.
- Add
EstimateMaxPurchaseQuantityOptions.fractional_shares
field, sets totrue
to get the maximum fractional share buying power. - The quantity type in the trading API has changed from
int
toDecimal
.
- make Depth.price to optional type