Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #80 from anback/patch-1
Browse files Browse the repository at this point in the history
Update entities.d.ts
  • Loading branch information
117 authored Sep 13, 2021
2 parents 6175528 + 8ce4dd8 commit d5c06c8
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions @types/entities.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1422,15 +1422,7 @@ export interface TradeUpdate {
price: string;
timestamp: string;
position_qty: string;
order: {
id: string;
client_order_id: string;
asset_id: string;
symbol: string;
exchange: string;
asset_class: string;
side: string;
};
order: Order;
}
export interface Watchlist {
/**
Expand Down

0 comments on commit d5c06c8

Please # to comment.