Skip to content

Commit

Permalink
test:refactor: update option Expiration date
Browse files Browse the repository at this point in the history
  • Loading branch information
Romazes committed Sep 6, 2024
1 parent 362ca3c commit 0d06fc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public void SendComboOrderWithUnderlying(OrderType orderType, decimal comboLimit
brokerage.CancelOrder(order);
}

var optionsExpiration = new DateTime(2023, 7, 21);
var optionsExpiration = new DateTime(2024, 9, 6);
var orderProperties = new InteractiveBrokersOrderProperties();
var group = new GroupOrderManager(1, legCount: orderType != OrderType.ComboLegLimit ? 3 : 2, quantity: comboDirection == OrderDirection.Buy ? 2 : -2);

Expand Down

0 comments on commit 0d06fc5

Please sign in to comment.