Skip to content

Commit

Permalink
refactor: type of price to double (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhumitattarde authored Sep 11, 2023
1 parent 6a0bd7f commit d5910c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/kitepp/responses/order.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ struct placeOrderParams {

int quantity;
std::optional<int> disclosedQuantity;
std::optional<int> price;
std::optional<double> price;
std::optional<double> triggerPrice;
std::optional<double> squareOff;
std::optional<double> stopLoss;
Expand Down

0 comments on commit d5910c3

Please sign in to comment.