Skip to content

Commit 0030896

Browse files
committed
fix modify_order
1 parent b3e91c6 commit 0030896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/trade_client.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ namespace TIGER_API {
483483

484484
value TradeClient::modify_order(Order &order, double limit_price, long total_quantity, double aux_price,
485485
double trail_stop_price, double trailing_percent, double percent_offset,
486-
utility::string_t time_in_force, bool outside_rth, long expire_time) {
486+
utility::string_t time_in_force, bool outside_rth, time_t expire_time) {
487487
value obj = value::object(true);
488488
obj[P_ACCOUNT] = get_account_param(order.account);
489489

0 commit comments

Comments
 (0)