Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/en/docs/account/dca/create_dca.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ longbridge dca create AAPL.US --amount 500 --frequency monthly --day-of-month 15
longbridge dca create TSLA.US --amount 200 --frequency weekly --day-of-week mon
</CliCommand>

<SDKLinks module="dca" klass="DCAContext" method="create_dca" />
<SDKLinks module="dca" klass="DCAContext" method="create" />


## Parameters
Expand Down
2 changes: 1 addition & 1 deletion docs/en/docs/account/dca/dca_history.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Get the execution history for a specific DCA plan including trade dates, amounts
longbridge dca history 1225781523156889600
</CliCommand>

<SDKLinks module="dca" klass="DCAContext" method="dca_history" />
<SDKLinks module="dca" klass="DCAContext" method="history" />


## Parameters
Expand Down
213 changes: 0 additions & 213 deletions docs/en/docs/account/dca/delete_dca.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/en/docs/account/dca/list_dca.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ longbridge dca
longbridge dca --status Active
</CliCommand>

<SDKLinks module="dca" klass="DCAContext" method="list_dca" />
<SDKLinks module="dca" klass="DCAContext" method="list" />


## Parameters
Expand Down
2 changes: 1 addition & 1 deletion docs/en/docs/account/dca/update_dca.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ longbridge dca pause 1225781523156889600
longbridge dca resume 1225781523156889600
</CliCommand>

<SDKLinks module="dca" klass="DCAContext" method="update_dca" />
<SDKLinks module="dca" klass="DCAContext" method="update" />


## Parameters
Expand Down
2 changes: 1 addition & 1 deletion docs/zh-CN/docs/account/dca/create_dca.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ longbridge dca create AAPL.US --amount 500 --frequency monthly --day-of-month 15
longbridge dca create TSLA.US --amount 200 --frequency weekly --day-of-week mon
</CliCommand>

<SDKLinks module="dca" klass="DCAContext" method="create_dca" />
<SDKLinks module="dca" klass="DCAContext" method="create" />


## Parameters
Expand Down
2 changes: 1 addition & 1 deletion docs/zh-CN/docs/account/dca/dca_history.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ headingLevel: 2
longbridge dca history 1225781523156889600
</CliCommand>

<SDKLinks module="dca" klass="DCAContext" method="dca_history" />
<SDKLinks module="dca" klass="DCAContext" method="history" />


## Parameters
Expand Down
Loading
Loading