update
This commit is contained in:
parent
9cde60bb9c
commit
c35d84cf07
11 changed files with 2109 additions and 68 deletions
|
|
@ -1,5 +1,6 @@
|
|||
export interface Order {
|
||||
symbol: string;
|
||||
interval: string;
|
||||
side: "buy" | "sell";
|
||||
entry: number;
|
||||
volume: number;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue