Skip to content

Commit 080b055

Browse files
authored
Update 13 Get Initial Margin Requirements.html
1 parent ed48f42 commit 080b055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

03 Writing Algorithms/24 Reality Modeling/07 Buying Power/13 Get Initial Margin Requirements.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h4>Check Requirements of Option Strategy Orders</h4>
5959
_symbol = AddOption("SPY").Symbol;
6060
}
6161

62-
public voerride void OnData(Slice slice)
62+
public override void OnData(Slice slice)
6363
{
6464
// Trade on updated option chain data
6565
if (!slice.OptionChains.TryGetValue(_symbol, out var chain))

0 commit comments

Comments
 (0)