﻿<?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">Поиск одного конкретного инструмента</title>
  <id>~/topic/4336/poisk-odnogo-konkretnogo-instrumenta/</id>
  <rights type="text">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  <updated>2026-06-22T10:59:51Z</updated>
  <logo>https://stocksharp.com/images/logo.png</logo>
  <link href="https://stocksharp.com/handlers/atom.ashx?category=topic&amp;id=4336" rel="self" type="application/rss+xml" />
  <entry>
    <id>https://stocksharp.com/posts/m/29419/</id>
    <title type="text">Возможен ли поиск инструмента по идентификатору? Сейчас задаю критерий: csharp var criteria = new Se...</title>
    <published>2014-02-01T06:23:09Z</published>
    <updated>2014-02-01T06:23:09Z</updated>
    <author>
      <name>vk37</name>
      <uri>https://stocksharp.com/users/6296/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">&lt;p&gt;Возможен ли поиск инструмента по идентификатору? Сейчас задаю критерий: &lt;code&gt;csharp var criteria = new Security() { Code = &amp;quot;XG#&amp;quot;, Type = SecurityTypes.Future, }; &lt;/code&gt;Получаю: XG#@EUREX и XPWAXG#@EOXPWF. Нужен один XG#@EUREX. Пробовал так: &lt;code&gt;csharp var criteria = new Security() { Code = &amp;quot;XG#&amp;quot;, Type = SecurityTypes.Future, ExchangeBoard = ExchangeBoard.GetBoard(&amp;quot;EUREX&amp;quot;), }; &lt;/code&gt; и так: ```csharp
var message = new SecurityLookupMessage()
{
Name = &amp;quot;XG#@EUREX&amp;quot;,
};&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>
</feed>