Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
eyupgurel committed Aug 28, 2023
1 parent ee010c8 commit 176f849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bluefinClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ export class BluefinClient {
orderType: order.orderType,
triggerPrice:
order.orderType === ORDER_TYPE.STOP_MARKET ||
order.orderType === ORDER_TYPE.LIMIT
order.orderType === ORDER_TYPE.LIMIT
? order.triggerPrice || 0
: 0,
postOnly: orderToSign.postOnly,
Expand Down

0 comments on commit 176f849

Please sign in to comment.