Skip to content

Commit

Permalink
fix: fix trade message TS typings
Browse files Browse the repository at this point in the history
  • Loading branch information
thaaddeus committed Mar 5, 2022
1 parent 5e10163 commit 7f8b414
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ export interface Trade extends DataMessage {
readonly makerOrderId: string
readonly takerClientId: string
readonly makerClientId: string
readonly takerFeeCost: string
readonly makerFeeCost: string
readonly takerFeeCost: number
readonly makerFeeCost: number
}

export interface Fill extends DataMessage, OrderItem {
Expand Down

0 comments on commit 7f8b414

Please sign in to comment.