Skip to content

Commit

Permalink
renamed QuantityType to TargetCurrency in place order service
Browse files Browse the repository at this point in the history
  • Loading branch information
quantoor committed Jan 13, 2022
1 parent 7b9f14a commit deee21e
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 deee21e

Please sign in to comment.