Skip to content

Commit

Permalink
Update 02 Null Model.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekMelchin authored Jul 17, 2024
1 parent 6856547 commit 7170c3b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div class="section-example-container">
<pre class="csharp">security.set_slippage_model(NullSlippageModel.instance);</pre>
<pre class="python">security.set_slippage_model(NullSlippageModel.instance)</pre>
<pre class="python">security.set_slippage_model(NullSlippageModel())</pre>
</div>

<p>To view the implementation of this model, see the <a target="_blank" rel="nofollow" href="https://github.com/QuantConnect/Lean/blob/master/Common/Orders/Slippage/NullSlippageModel.cs">LEAN GitHub repository</a>.</p>
<p>To view the implementation of this model, see the <a target="_blank" rel="nofollow" href="https://github.com/QuantConnect/Lean/blob/master/Common/Orders/Slippage/NullSlippageModel.cs">LEAN GitHub repository</a>.</p>

0 comments on commit 7170c3b

Please sign in to comment.