Skip to content

Commit

Permalink
cancel order newClientOrderId
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouaini528 committed Jun 9, 2021
1 parent 052ff78 commit f2bed29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Map/RequestTraderMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,8 @@ function cancel(array $data){

if(empty($map['orderId'])) unset($map['orderId']);
if(empty($map['origClientOrderId'])) unset($map['origClientOrderId']);
else $map['newClientOrderId']=$map['origClientOrderId'];


break;
}
Expand Down

0 comments on commit f2bed29

Please sign in to comment.