You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "value" field has the value from Order.GetValue method.
Actual Behavior
The multiplier is not taken into account for option:
Time,Symbol,Price,Quantity,Type,Status,Value,Tag
2021-01-08T20:30:00Z,SPXW 210115C03870000,9.1,-5,Market,Filled,-45.5,"CreateIronCondor: Short Call Order placed with strike 3870 at the current SPX of 3816.93."
The order Value property is currently deprecated because of this issue, please use Order.GetValue(security) or security.Holdings.HoldingsValue. We could potentially serialize it instead of Value
Expected Behavior
The "value" field has the value from Order.GetValue method.
Actual Behavior
The multiplier is not taken into account for option:
Checklist
master
branchThe text was updated successfully, but these errors were encountered: