﻿<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type='text/css' href='https://stocksharp.com/css/style.css'?>
<?xml-stylesheet type='text/css' href='https://stocksharp.com/css/bbeditor.css'?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title type="html">Новые стоп заявки в 1.8</title>
  <id>~/topic/976/novye-stop-zayavki-v-1_8/</id>
  <rights type="text">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  <updated>2026-06-17T03:22:56Z</updated>
  <logo>https://stocksharp.com/images/logo.png</logo>
  <link href="https://stocksharp.com/handlers/atom.ashx?category=topic&amp;id=976" rel="self" type="application/rss+xml" />
  <entry>
    <id>https://stocksharp.com/posts/m/2592/</id>
    <title type="text">((QuikStopCondition)ord.StopCondition).StopPrice Создавать объект QuikStopCondition в начале, затем ...</title>
    <published>2010-04-14T20:22:00Z</published>
    <updated>2010-04-14T20:22:00Z</updated>
    <author>
      <name>Mikhail Sukhov</name>
      <uri>https://stocksharp.com/users/201/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">&lt;ol&gt;
&lt;li&gt;((QuikStopCondition)ord.StopCondition).StopPrice&lt;/li&gt;
&lt;li&gt;Создавать объект QuikStopCondition в начале, затем присваивать его
Order, и работать с ним дальше.&lt;/li&gt;
&lt;/ol&gt;
</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/2591/</id>
    <title type="text">Открываю стоп заявку таким образом ord=new Order { Type = OrderTypes.Conditional, Volume = this.Volu...</title>
    <published>2010-04-14T20:15:00Z</published>
    <updated>2010-04-14T20:15:00Z</updated>
    <author>
      <name>AndreiFX</name>
      <uri>https://stocksharp.com/users/28035/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">&lt;p&gt;Открываю стоп заявку таким образом
ord=new Order
{
Type = OrderTypes.Conditional,
Volume = this.Volume.Text.To&amp;lt;int&amp;gt;(),
Price = this.Price.Text.To&amp;lt;double&amp;gt;(),
Security = this.Security,
Direction = OrderDirections.Buy,
StopCondition = new QuikStopCondition
,
};&lt;/p&gt;
&lt;p&gt;А как в коде получить значение этой самой StopPrice у заданного
ордера?
Пробовал вот так: double price=ord.StopCondition.StopPrice; - не
получается..&lt;/p&gt;
</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
</feed>