﻿<?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">Инструменты Quik</title>
  <id>~/topic/8048/instrumenty-quik/</id>
  <rights type="text">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  <updated>2026-04-14T18:13:16Z</updated>
  <logo>https://stocksharp.com/images/logo.png</logo>
  <link href="https://stocksharp.com/handlers/atom.ashx?category=topic&amp;id=8048" rel="self" type="application/rss+xml" />
  <entry>
    <id>https://stocksharp.com/posts/m/39455/</id>
    <title type="text"> Id = &amp;quot;@TQBR&amp;quot;, потеряли</title>
    <published>2017-03-09T13:27:37Z</published>
    <updated>2017-03-09T13:27:37Z</updated>
    <author>
      <name>Георгий</name>
      <uri>https://stocksharp.com/users/95046/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">&lt;div class="code"&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;div class="innercode"&gt; Id = &amp;quot;@TQBR&amp;quot;,&lt;/div&gt;&lt;/div&gt; потеряли</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/39454/</id>
    <title type="text">Заработало, спасибо большое!</title>
    <published>2017-03-09T13:27:25Z</published>
    <updated>2017-03-09T13:27:25Z</updated>
    <author>
      <name>klim95vlad</name>
      <uri>https://stocksharp.com/users/97469/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">Заработало, спасибо большое!</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/39453/</id>
    <title type="text">сделайте как я написал Вот так имеете ввиду? Trader.Connect(); Trader.RequestAllSecurities = false; ...</title>
    <published>2017-03-09T13:25:54Z</published>
    <updated>2017-03-09T13:25:54Z</updated>
    <author>
      <name>klim95vlad</name>
      <uri>https://stocksharp.com/users/97469/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">&lt;div class="quote"&gt;&lt;span class="quotetitle"&gt;Support &lt;a href="https://stocksharp.com/posts/m/39452/" class="quote_nav"&gt;&lt;/a&gt;&lt;/span&gt;&lt;div class="innerquote"&gt;сделайте как я написал&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Вот так имеете ввиду?&lt;br /&gt;Trader.Connect();&lt;br /&gt;&lt;br /&gt;            Trader.RequestAllSecurities = false;&lt;br /&gt;&lt;br /&gt;            Trader.LookupSecurities(new Security() { Board = ExchangeBoard.MicexTqbr });&lt;br /&gt;            Trader.LookupSecurities(new Security() { Board = ExchangeBoard.MicexCets });&lt;br /&gt;&lt;br /&gt;            Trader.LookupSecuritiesResult += (ex, securities) =&amp;gt;&lt;br /&gt;            {&lt;br /&gt;                Security.ItemsSource = Trader.Securities;&lt;br /&gt;            };&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;            Trader.NewSecurities += securities =&amp;gt; this.GuiAsync(() =&amp;gt;&lt;br /&gt;            {&lt;br /&gt;                Security.ItemsSource = (Trader.Securities);&lt;br /&gt;            });&lt;br /&gt;&lt;br /&gt;Тоже не проходит</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/39452/</id>
    <title type="text">сделайте как я написал </title>
    <published>2017-03-09T13:22:23Z</published>
    <updated>2017-03-09T13:22:23Z</updated>
    <author>
      <name>Support</name>
      <uri>https://stocksharp.com/users/97869/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">сделайте как я написал&lt;br /&gt;</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/39451/</id>
    <title type="text">Для каждой площадки вызываете LookupSecurities Trader.LookupSecurities(new Security() { Id = &amp;quot;@FORTS...</title>
    <published>2017-03-09T13:13:38Z</published>
    <updated>2017-03-09T13:13:38Z</updated>
    <author>
      <name>klim95vlad</name>
      <uri>https://stocksharp.com/users/97469/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">&lt;div class="quote"&gt;&lt;span class="quotetitle"&gt;Support &lt;a href="https://stocksharp.com/posts/m/39448/" class="quote_nav"&gt;&lt;/a&gt;&lt;/span&gt;&lt;div class="innerquote"&gt;Для каждой площадки вызываете LookupSecurities&lt;br /&gt;Trader.LookupSecurities(new Security() { Id = &amp;quot;@FORTS&amp;quot;, Board = ExchangeBoard.Forts });&lt;br /&gt;Trader.LookupSecurities(new Security() { Id = &amp;quot;@TQBR&amp;quot;, Board = ExchangeBoard.Micex });&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;Делаю вот так, отображает только TQBR все равно&lt;br /&gt;Trader.RequestAllSecurities = false;&lt;br /&gt;            Trader.Connected += () =&amp;gt;&lt;br /&gt;            {&lt;br /&gt;                Trader.LookupSecurities(new Security() { Board = ExchangeBoard.MicexTqbr });&lt;br /&gt;                Trader.LookupSecurities(new Security() { Board = ExchangeBoard.Forts });&lt;br /&gt;&lt;br /&gt;            };&lt;br /&gt; Trader.LookupSecuritiesResult += (ex, securities) =&amp;gt;&lt;br /&gt;            {&lt;br /&gt;                Security.ItemsSource = Trader.Securities;&lt;br /&gt;            };&lt;br /&gt;&lt;br /&gt;            Trader.NewSecurities += securities =&amp;gt; this.GuiAsync(() =&amp;gt;&lt;br /&gt;            {&lt;br /&gt;&lt;br /&gt;                Security.ItemsSource = (Trader.Securities);&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;            });</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/39448/</id>
    <title type="text">Для каждой площадки вызываете LookupSecurities Trader.LookupSecurities(new Security() { Id = &amp;quot;@FORTS...</title>
    <published>2017-03-09T12:48:08Z</published>
    <updated>2017-03-09T12:48:08Z</updated>
    <author>
      <name>Support</name>
      <uri>https://stocksharp.com/users/97869/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">Для каждой площадки вызываете LookupSecurities&lt;br /&gt;Trader.LookupSecurities(new Security() { Id = &amp;quot;@FORTS&amp;quot;, Board = ExchangeBoard.Forts });&lt;br /&gt;Trader.LookupSecurities(new Security() { Id = &amp;quot;@TQBR&amp;quot;, Board = ExchangeBoard.Micex });&lt;br /&gt;</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/39436/</id>
    <title type="text">Подскажите пожалуйста, а если нужно отфильтровать акции по нескольким площадкам, грубо говоря нужны ...</title>
    <published>2017-03-06T18:23:14Z</published>
    <updated>2017-03-06T18:23:14Z</updated>
    <author>
      <name>klim95vlad</name>
      <uri>https://stocksharp.com/users/97469/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">Подскажите пожалуйста, а если нужно отфильтровать акции по нескольким площадкам, грубо говоря нужны только TQBR, FORTS и CETS, это возможно реализовать?</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/39217/</id>
    <title type="text">Trader.LookupSecuritiesResult += (ex, securities) =&amp;gt; { if (ex != null) return; Security.ItemsSource ...</title>
    <published>2017-02-14T12:31:05Z</published>
    <updated>2017-02-14T12:31:05Z</updated>
    <author>
      <name>Support</name>
      <uri>https://stocksharp.com/users/97869/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">&lt;div class="quote"&gt;&lt;span class="quotetitle"&gt;Support &lt;a href="https://stocksharp.com/posts/m/39213/" class="quote_nav"&gt;&lt;/a&gt;&lt;/span&gt;&lt;div class="innerquote"&gt;Trader.LookupSecuritiesResult += (ex, securities) =&amp;gt;&lt;br /&gt;{&lt;br /&gt;     if (ex != null)&lt;br /&gt;         return;&lt;br /&gt;     Security.ItemsSource = Trader.Securities&lt;br /&gt;};&lt;br /&gt;В последней версии еще один аргумент добавили&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/39213/</id>
    <title type="text">Trader.LookupSecuritiesResult += (ex, securities) =&amp;gt; { Security.ItemsSource = Trader.Securities }; В...</title>
    <published>2017-02-14T11:58:09Z</published>
    <updated>2017-02-14T11:58:09Z</updated>
    <author>
      <name>Support</name>
      <uri>https://stocksharp.com/users/97869/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">Trader.LookupSecuritiesResult += (ex, securities) =&amp;gt;&lt;br /&gt;{&lt;br /&gt;Security.ItemsSource = Trader.Securities&lt;br /&gt;};&lt;br /&gt;В последней версии еще один аргумент добавили</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/39209/</id>
    <title type="text"> Trader.RequestAllSecurities = false; Trader.Connected += () =&amp;gt; { Trader.LookupSecurities(new Securi...</title>
    <published>2017-02-13T17:36:11Z</published>
    <updated>2017-02-13T17:36:11Z</updated>
    <author>
      <name>klim95vlad</name>
      <uri>https://stocksharp.com/users/97469/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">            Trader.RequestAllSecurities = false;&lt;br /&gt;            Trader.Connected += () =&amp;gt;&lt;br /&gt;            {&lt;br /&gt;                Trader.LookupSecurities(new Security() { Id = &amp;quot;RIH7@FORTS&amp;quot;, Board = ExchangeBoard.Forts });&lt;br /&gt;&lt;br /&gt;            };&lt;br /&gt;&lt;br /&gt;            Trader.NewSecurities += securities =&amp;gt; this.GuiAsync(() =&amp;gt;&lt;br /&gt;            {&lt;br /&gt;&lt;br /&gt;                Security.ItemsSource = (Trader.Securities);&lt;br /&gt;            });&lt;br /&gt;&lt;br /&gt;            Trader.LookupSecuritiesResult += securities =&amp;gt;&lt;br /&gt;            {&lt;br /&gt;                Security.ItemsSource = Trader.Securities&lt;br /&gt;            };&lt;br /&gt;&lt;br /&gt;Вот так все сделал, как Вы сказали, а в последнем блоке начиная с &amp;quot;Trader.LookupSecuritiesResult&amp;quot; выдает ошибку &amp;quot;Делегат &amp;quot;Action&amp;lt;Exception, IEnumerable&amp;lt;Security&amp;gt;&amp;gt;&amp;quot; не принимает аргументы 1&amp;quot;</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/39144/</id>
    <title type="text">trader.Connected += () =&amp;gt; { trader.LoocupSecurities(new Secucrity() { Type = SecurityTypes.Stock });...</title>
    <published>2017-02-07T12:42:58Z</published>
    <updated>2017-02-07T12:51:13Z</updated>
    <author>
      <name>Support</name>
      <uri>https://stocksharp.com/users/97869/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">trader.Connected += () =&amp;gt; &lt;br /&gt;{&lt;br /&gt;trader.LoocupSecurities(new Secucrity() { Type = SecurityTypes.Stock });&lt;br /&gt;}&lt;br /&gt;</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/39099/</id>
    <title type="text">А как получить инструменты только по определенному рынку (только акции например)?</title>
    <published>2017-02-03T18:50:11Z</published>
    <updated>2017-02-03T18:50:11Z</updated>
    <author>
      <name>Георгий</name>
      <uri>https://stocksharp.com/users/95046/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">А как получить инструменты только по определенному рынку (только акции например)?</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/39085/</id>
    <title type="text">Да</title>
    <published>2017-02-03T12:57:18Z</published>
    <updated>2017-02-03T12:57:18Z</updated>
    <author>
      <name>Support</name>
      <uri>https://stocksharp.com/users/97869/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">Да</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/39078/</id>
    <title type="text"> Trader.LookupSecuritiesResult += securities =&amp;gt; { comboBox.ItemsSource = Trader.Securities }; Вот та...</title>
    <published>2017-02-02T15:43:32Z</published>
    <updated>2017-02-02T15:43:32Z</updated>
    <author>
      <name>klim95vlad</name>
      <uri>https://stocksharp.com/users/97469/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">            Trader.LookupSecuritiesResult += securities =&amp;gt; &lt;br /&gt;            {&lt;br /&gt;                comboBox.ItemsSource = Trader.Securities&lt;br /&gt;            };&lt;br /&gt;&lt;br /&gt;Вот так должно быть?</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/39077/</id>
    <title type="text">trader.RequestAllSecurities = false; trader.Connected += () =&amp;gt; { trader.LoocupSecurities(new Secucri...</title>
    <published>2017-02-02T15:10:56Z</published>
    <updated>2017-02-02T15:10:56Z</updated>
    <author>
      <name>klim95vlad</name>
      <uri>https://stocksharp.com/users/97469/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">&lt;div class="quote"&gt;&lt;span class="quotetitle"&gt;Support &lt;a href="https://stocksharp.com/posts/m/39073/" class="quote_nav"&gt;&lt;/a&gt;&lt;/span&gt;&lt;div class="innerquote"&gt;trader.RequestAllSecurities = false;&lt;br /&gt;trader.Connected += () =&amp;gt; &lt;br /&gt;{&lt;br /&gt;trader.LoocupSecurities(new Secucrity() { Id = &amp;quot;RIH7@FORTS&amp;quot;, Board = ExchangeBoard.Forts });&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;trader.LookupSecuritiesResult += securities =&amp;gt;&lt;br /&gt;{&lt;br /&gt;  //TODO Здесь получаем запрошенные инструменты... Теперь в trader.Securities будет только RIH7@FORTS&lt;br /&gt;} &lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;А как получаем запрошенные инструменты? (Что нужно прописать в блоке trader.LookupSecuritiesResult += securities =&amp;gt;{  } , который Вы закомментрировали)&lt;br /&gt;&lt;br /&gt;И после всего этого использовать стандартное?&lt;br /&gt;            Trader.NewSecurities += securities =&amp;gt; this.GuiAsync(() =&amp;gt;&lt;br /&gt;            {&lt;br /&gt;                comboBox.ItemsSource = Trader.Securities;&lt;br /&gt;&lt;br /&gt;            });</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/39073/</id>
    <title type="text">trader.RequestAllSecurities = false; trader.Connected += () =&amp;gt; { trader.LoocupSecurities(new Secucri...</title>
    <published>2017-02-02T12:19:22Z</published>
    <updated>2017-02-02T12:24:28Z</updated>
    <author>
      <name>Support</name>
      <uri>https://stocksharp.com/users/97869/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">trader.RequestAllSecurities = false;&lt;br /&gt;trader.Connected += () =&amp;gt; &lt;br /&gt;{&lt;br /&gt;trader.LoocupSecurities(new Secucrity() { Id = &amp;quot;RIH7@FORTS&amp;quot;, Board = ExchangeBoard.Forts });&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;trader.LookupSecuritiesResult += securities =&amp;gt;&lt;br /&gt;{&lt;br /&gt;  //TODO Здесь получаем запрошенные инструменты... Теперь в trader.Securities будет только RIH7@FORTS&lt;br /&gt;} </content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/39074/</id>
    <title type="text">.</title>
    <published>2017-02-02T12:19:23Z</published>
    <updated>2017-02-02T12:19:42Z</updated>
    <author>
      <name>Support</name>
      <uri>https://stocksharp.com/users/97869/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">.</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/39069/</id>
    <title type="text">Можно так: 1) Установить QuikTrader.RequestAllSecurities = false... 2) Нужные инструменты запросить ...</title>
    <published>2017-02-01T17:33:37Z</published>
    <updated>2017-02-01T17:33:37Z</updated>
    <author>
      <name>klim95vlad</name>
      <uri>https://stocksharp.com/users/97469/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">&lt;div class="quote"&gt;&lt;span class="quotetitle"&gt;Support &lt;a href="https://stocksharp.com/posts/m/39036/" class="quote_nav"&gt;&lt;/a&gt;&lt;/span&gt;&lt;div class="innerquote"&gt;Можно так: 1) Установить QuikTrader.RequestAllSecurities = false... 2) Нужные инструменты запросить в обработчике события Security.Connected при помощи Connector.LookupSecurities() 3) Инструменты будет получены в событии  Connector.LookupSecuritiesResult() 4. В результате Connector.Securities будет содержать только запрошенные инструменты.  &lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;А, если не сложно, не могли бы Вы написать на примере одного любого инструмента.</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/39036/</id>
    <title type="text">Можно так: 1) Установить QuikTrader.RequestAllSecurities = false... 2) Нужные инструменты запросить ...</title>
    <published>2017-01-31T12:14:37Z</published>
    <updated>2017-01-31T12:14:37Z</updated>
    <author>
      <name>Support</name>
      <uri>https://stocksharp.com/users/97869/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">Можно так: 1) Установить QuikTrader.RequestAllSecurities = false... 2) Нужные инструменты запросить в обработчике события Security.Connected при помощи Connector.LookupSecurities() 3) Инструменты будет получены в событии  Connector.LookupSecuritiesResult() 4. В результате Connector.Securities будет содержать только запрошенные инструменты.  </content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/39023/</id>
    <title type="text">Подскажите, может кто сталкивался с проблемой и как ее лучше решить. Программа загружает в комбобокс...</title>
    <published>2017-01-30T15:39:49Z</published>
    <updated>2017-01-30T15:39:49Z</updated>
    <author>
      <name>klim95vlad</name>
      <uri>https://stocksharp.com/users/97469/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">Подскажите, может кто сталкивался с проблемой и как ее лучше решить. Программа загружает в комбобокс все возможные инструменты из quik, а их очень очень много. Можно ли как-то настройками конфигурации в Квике ограничить нужные инструменты, которые будут загружаться в приложение или же лучше сделать поиск по комбобоксу? Поиска хочу избежать, так как в комбобоксе тип данных Security[], а поиск получилось сделать только по String.</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
</feed>