﻿<?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-06-15T19:50:20Z</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;pre&gt;&lt;code&gt; Id = &amp;quot;@TQBR&amp;quot;,
``` потеряли
&lt;/code&gt;&lt;/pre&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">&lt;p&gt;Заработало, спасибо большое!&lt;/p&gt;
</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/39453/</id>
    <title type="text">Support: сделайте как я написал Вот так имеете ввиду? Trader.Connect(); Trader.RequestAllSecurities ...</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;blockquote&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="@message(39452)" rel="nofollow" target="_blank"&gt;Support&lt;/a&gt;:&lt;/strong&gt;
сделайте как я написал&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Вот так имеете ввиду?
Trader.Connect();&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;        Trader.RequestAllSecurities = false;

        Trader.LookupSecurities(new Security() { Board = ExchangeBoard.MicexTqbr });
        Trader.LookupSecurities(new Security() { Board = ExchangeBoard.MicexCets });

        Trader.LookupSecuritiesResult += (ex, securities) =&amp;gt;
        {
            Security.ItemsSource = Trader.Securities;
        };


        Trader.NewSecurities += securities =&amp;gt; this.GuiAsync(() =&amp;gt;
        {
            Security.ItemsSource = (Trader.Securities);
        });
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Тоже не проходит&lt;/p&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;p&gt;сделайте как я написал&lt;/p&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">Support: Для каждой площадки вызываете LookupSecurities Trader.LookupSecurities(new Security() { Id ...</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;blockquote&gt;
&lt;p Board="ExchangeBoard.MicexTqbr"&gt;&lt;strong&gt;&lt;a href="@message(39448)" rel="nofollow" target="_blank"&gt;Support&lt;/a&gt;:&lt;/strong&gt;
Для каждой площадки вызываете LookupSecurities
Trader.LookupSecurities(new Security() { Id = &amp;quot;@FORTS&amp;quot;, Board = ExchangeBoard.Forts });
Trader.LookupSecurities(new Security() { Id = &amp;quot;@TQBR&amp;quot;, Board = ExchangeBoard.Micex });
Делаю вот так, отображает только TQBR все равно
Trader.RequestAllSecurities = false;
Trader.Connected += () =&amp;gt;
{
Trader.LookupSecurities(new Security() );
Trader.LookupSecurities(new Security() );&lt;/p&gt;
&lt;/blockquote&gt;
&lt;pre&gt;&lt;code&gt;        };
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Trader.LookupSecuritiesResult += (ex, securities) =&amp;gt;
;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;        Trader.NewSecurities += securities =&amp;gt; this.GuiAsync(() =&amp;gt;
        {

            Security.ItemsSource = (Trader.Securities);


        });
&lt;/code&gt;&lt;/pre&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">&lt;p&gt;Для каждой площадки вызываете LookupSecurities
Trader.LookupSecurities(new Security() { Id = &amp;quot;@FORTS&amp;quot;, Board = ExchangeBoard.Forts });
Trader.LookupSecurities(new Security() { Id = &amp;quot;@TQBR&amp;quot;, Board = ExchangeBoard.Micex });&lt;/p&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">&lt;p&gt;Подскажите пожалуйста, а если нужно отфильтровать акции по нескольким площадкам, грубо говоря нужны только TQBR, FORTS и CETS, это возможно реализовать?&lt;/p&gt;
</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/39217/</id>
    <title type="text">Support: Trader.LookupSecuritiesResult += (ex, securities) =&amp;gt; { if (ex != null) return; Security.Ite...</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;blockquote&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="@message(39213)" rel="nofollow" target="_blank"&gt;Support&lt;/a&gt;:&lt;/strong&gt;
Trader.LookupSecuritiesResult += (ex, securities) =&amp;gt;
{
if (ex != null)
return;
Security.ItemsSource = Trader.Securities
};
В последней версии еще один аргумент добавили&lt;/p&gt;
&lt;/blockquote&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; ; В последней версии еще один аргумент добавили...</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">&lt;p&gt;Trader.LookupSecuritiesResult += (ex, securities) =&amp;gt;
;
В последней версии еще один аргумент добавили&lt;/p&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">&lt;pre&gt;&lt;code&gt;        Trader.RequestAllSecurities = false;
        Trader.Connected += () =&amp;gt;
        {
            Trader.LookupSecurities(new Security() { Id = &amp;quot;RIH7@FORTS&amp;quot;, Board = ExchangeBoard.Forts });

        };

        Trader.NewSecurities += securities =&amp;gt; this.GuiAsync(() =&amp;gt;
        {

            Security.ItemsSource = (Trader.Securities);
        });

        Trader.LookupSecuritiesResult += securities =&amp;gt;
        {
            Security.ItemsSource = Trader.Securities
        };
&lt;/code&gt;&lt;/pre&gt;
&lt;p&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;&lt;/p&gt;
</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() ); } </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">&lt;p Type="SecurityTypes.Stock"&gt;trader.Connected += () =&amp;gt;
{
trader.LoocupSecurities(new Secucrity() );
}&lt;/p&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">&lt;p&gt;А как получить инструменты только по определенному рынку (только акции например)?&lt;/p&gt;
</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">&lt;p&gt;Да&lt;/p&gt;
</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">&lt;pre&gt;&lt;code&gt;        Trader.LookupSecuritiesResult += securities =&amp;gt; 
        {
            comboBox.ItemsSource = Trader.Securities
        };
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Вот так должно быть?&lt;/p&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">Support: trader.RequestAllSecurities = false; trader.Connected += () =&amp;gt; { trader.LoocupSecurities(ne...</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;blockquote&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="@message(39073)" rel="nofollow" target="_blank"&gt;Support&lt;/a&gt;:&lt;/strong&gt;
trader.RequestAllSecurities = false;
trader.Connected += () =&amp;gt;
{
trader.LoocupSecurities(new Secucrity() { Id = &amp;quot;RIH7@FORTS&amp;quot;, Board = ExchangeBoard.Forts });&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;trader.LookupSecuritiesResult += securities =&amp;gt;
{
//TODO Здесь получаем запрошенные инструменты... Теперь в trader.Securities будет только RIH7@FORTS
}&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;А как получаем запрошенные инструменты? (Что нужно прописать в блоке trader.LookupSecuritiesResult += securities =&amp;gt; , который Вы закомментрировали)&lt;/p&gt;
&lt;p&gt;И после всего этого использовать стандартное?
Trader.NewSecurities += securities =&amp;gt; this.GuiAsync(() =&amp;gt;
{
comboBox.ItemsSource = Trader.Securities;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;        });
&lt;/code&gt;&lt;/pre&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">&lt;p&gt;trader.RequestAllSecurities = false;
trader.Connected += () =&amp;gt;
{
trader.LoocupSecurities(new Secucrity() { Id = &amp;quot;RIH7@FORTS&amp;quot;, Board = ExchangeBoard.Forts });&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;trader.LookupSecuritiesResult += securities =&amp;gt;
{
//TODO Здесь получаем запрошенные инструменты... Теперь в trader.Securities будет только RIH7@FORTS
}&lt;/p&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">&lt;p&gt;.&lt;/p&gt;
</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/39069/</id>
    <title type="text">Support: Можно так: 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;blockquote&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="@message(39036)" rel="nofollow" target="_blank"&gt;Support&lt;/a&gt;:&lt;/strong&gt;
Можно так: 1) Установить QuikTrader.RequestAllSecurities = false... 2) Нужные инструменты запросить в обработчике события Security.Connected при помощи Connector.LookupSecurities() 3) Инструменты будет получены в событии  Connector.LookupSecuritiesResult() 4. В результате Connector.Securities будет содержать только запрошенные инструменты.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;А, если не сложно, не могли бы Вы написать на примере одного любого инструмента.&lt;/p&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">&lt;p&gt;Можно так: 1) Установить QuikTrader.RequestAllSecurities = false... 2) Нужные инструменты запросить в обработчике события Security.Connected при помощи Connector.LookupSecurities() 3) Инструменты будет получены в событии  Connector.LookupSecuritiesResult() 4. В результате Connector.Securities будет содержать только запрошенные инструменты.&lt;/p&gt;
</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">&lt;p&gt;Подскажите, может кто сталкивался с проблемой и как ее лучше решить. Программа загружает в комбобокс все возможные инструменты из quik, а их очень очень много. Можно ли как-то настройками конфигурации в Квике ограничить нужные инструменты, которые будут загружаться в приложение или же лучше сделать поиск по комбобоксу? Поиска хочу избежать, так как в комбобоксе тип данных Security[], а поиск получилось сделать только по String.&lt;/p&gt;
</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
</feed>