﻿<?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">xaml:OptionPositionChart (SampleOptionQuoting) отображение позиций UnderlyingAsset</title>
  <id>~/topic/9575/xamloptionpositionchart-(sampleoptionquoting)-otobrazhenie-pozitsii-underlyingasset/</id>
  <rights type="text">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  <updated>2026-07-07T01:00:31Z</updated>
  <logo>https://stocksharp.com/images/logo.png</logo>
  <link href="https://stocksharp.com/handlers/atom.ashx?category=topic&amp;id=9575" rel="self" type="application/rss+xml" />
  <entry>
    <id>https://stocksharp.com/posts/m/44176/</id>
    <title type="text">. </title>
    <published>2018-06-18T10:55:08Z</published>
    <updated>2018-06-19T20:30:58Z</updated>
    <author>
      <name>Дмитрий_</name>
      <uri>https://stocksharp.com/users/62269/</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/44168/</id>
    <title type="text">Добрый день Данный компонент отображает позиции опционов. Для отображения позиций вы можете использо...</title>
    <published>2018-06-18T10:38:53Z</published>
    <updated>2018-06-18T10:38:53Z</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;
&lt;p&gt;Данный компонент отображает позиции опционов. Для отображения позиций вы можете использовать PortfolioGrid&lt;/p&gt;
</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/44134/</id>
    <title type="text">Ок. Как на xaml:OptionPositionChart отобразить позиции фьючерса (Underlying Asset)? </title>
    <published>2018-06-15T10:34:38Z</published>
    <updated>2018-06-15T10:34:38Z</updated>
    <author>
      <name>Дмитрий_</name>
      <uri>https://stocksharp.com/users/62269/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">&lt;p&gt;Ок. Как на xaml:OptionPositionChart отобразить позиции фьючерса (Underlying Asset)?&lt;/p&gt;
</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
  <entry>
    <id>https://stocksharp.com/posts/m/44130/</id>
    <title type="text">Добрый день Пожалуйста напишите ваш вопрос подробнее. </title>
    <published>2018-06-15T10:28:22Z</published>
    <updated>2018-06-15T10:28:22Z</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;
&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/44124/</id>
    <title type="text">Добрый день. В проекте SampleOptionQuoting возможно отображение позиций UnderlyingAsset на xaml:Opti...</title>
    <published>2018-06-14T19:01:44Z</published>
    <updated>2018-06-14T19:01:44Z</updated>
    <author>
      <name>Дмитрий_</name>
      <uri>https://stocksharp.com/users/62269/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <content type="html">&lt;p&gt;Добрый день.&lt;/p&gt;
&lt;p&gt;В проекте SampleOptionQuoting возможно отображение позиций UnderlyingAsset на xaml:OptionPositionChart?&lt;/p&gt;
&lt;p&gt;var dummyProvider = new DummyProvider(securities, new[]
{
new Position // &lt;strong&gt;&lt;span style="color:red"&gt;не видит данную позицию&lt;/span&gt;&lt;/strong&gt;
,&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;			new Position // позиция видна
			{
				Security = securities.First(s =&amp;gt; s.OptionType == OptionTypes.Call),
				CurrentValue = 1,
			},

			new Position // позиция видна
			{
				Security = securities.First(s =&amp;gt; s.OptionType == OptionTypes.Put),
				CurrentValue = 1,
			}
		});
&lt;/code&gt;&lt;/pre&gt;
</content>
    <rights type="html">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  </entry>
</feed>