Skip to content

Commit

Permalink
Merge pull request #52 from singlesly/feat-client-id
Browse files Browse the repository at this point in the history
feat: add client id for trade order
  • Loading branch information
singlesly authored Oct 20, 2023
2 parents e79da8d + 1124640 commit a907990
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bingx/interfaces/trade-order.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export interface TradeOrderInterface {
type: OrderTypeEnum;
side: OrderSideEnum;
positionSide?: OrderPositionSideEnum;
clientOrderID?: string;
price?: string; //float64
quantity?: string; //float64
stopPrice?: string; //float64
Expand Down

0 comments on commit a907990

Please sign in to comment.