feat: add equity place, review, and cancel
This commit is contained in:
@@ -225,6 +225,7 @@ func TestEquity_toolNames(t *testing.T) {
|
||||
func TestTools(t *testing.T) {
|
||||
t.Parallel()
|
||||
want := []string{
|
||||
"cancel_equity_order",
|
||||
"get_equity_fundamentals",
|
||||
"get_equity_historicals",
|
||||
"get_equity_news",
|
||||
@@ -235,6 +236,8 @@ func TestTools(t *testing.T) {
|
||||
"get_equity_tax_lots",
|
||||
"get_equity_technical_indicators",
|
||||
"get_equity_tradability",
|
||||
"place_equity_order",
|
||||
"review_equity_order",
|
||||
}
|
||||
got := append([]string(nil), equity.Tools()...)
|
||||
sort.Strings(got)
|
||||
|
||||
Reference in New Issue
Block a user