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

Commit

Permalink
fix: Correct type of fill price
Browse files Browse the repository at this point in the history
  • Loading branch information
bennycode committed Apr 3, 2020
1 parent 347558e commit 4a80aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fill/FillAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export interface Fill {
fee: string;
liquidity: Liquidity;
order_id: UUID_V4;
price: '7755.01000000';
price: string;
product_id: string;
profile_id: UUID_V4;
settled: boolean;
Expand Down

0 comments on commit 4a80aa2

Please sign in to comment.