Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/tbtc-bot/go-okex
Browse files Browse the repository at this point in the history
  • Loading branch information
amaioli committed Feb 10, 2022
2 parents b378c2f + deee21e commit ec31ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion order_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func (s *PlaceOrderService) ReduceOnly(reduceOnly bool) *PlaceOrderService {
}

// Set Quantity Type
func (s *PlaceOrderService) QuantityType(tgtCcy string) *PlaceOrderService {
func (s *PlaceOrderService) TargetCurrency(tgtCcy string) *PlaceOrderService {
s.tgtCcy = &tgtCcy
return s
}
Expand Down

0 comments on commit ec31ae4

Please sign in to comment.