Skip to content

Commit

Permalink
fix: BuyAfterSale
Browse files Browse the repository at this point in the history
  • Loading branch information
samlin17 committed Jan 8, 2025
1 parent aa1c765 commit d3ee4e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutor/TaiwanMarket/Technical.md
Original file line number Diff line number Diff line change
Expand Up @@ -1166,7 +1166,7 @@
{
stock_id: str,
date: str,
BuyAfterSale: int64,
BuyAfterSale: str,
Volume: int64,
BuyAmount: int64,
SellAmount: int64
Expand Down Expand Up @@ -1237,7 +1237,7 @@
{
stock_id: str,
date: str,
BuyAfterSale: int64,
BuyAfterSale: str,
Volume: int64,
BuyAmount: int64,
SellAmount: int64
Expand Down

0 comments on commit d3ee4e9

Please sign in to comment.