DiagramSocketType

StockSharp.Diagram

接続タイプ。

継承元: Equatable<DiagramSocketType>

実装: INotifyPropertyChanged, IPersistable

コンストラクター

DiagramSocketType
private DiagramSocketType(Type type, string name, Color color)
diagramSocketType = DiagramSocketType(type, name, color)

DiagramSocketType の新規インスタンスを初期化します。

type
データ型。
name
接続タイプの名前。
color
接続色。

プロパティ

AllTypes
public static IEnumerable<DiagramSocketType> AllTypes { get; }
value = DiagramSocketType.AllTypes

要素の接続タイプはすべて利用できます。

Color
public Color Color { get; private set; }
value = diagramSocketType.Color
diagramSocketType.Color = value

接続色。

Name
public string Name { get; private set; }
value = diagramSocketType.Name
diagramSocketType.Name = value

接続タイプの名前。

Type
public Type Type { get; private set; }
value = diagramSocketType.Type
diagramSocketType.Type = value

接続タイプ。

メソッド

Clone
public override DiagramSocketType Clone()
result = diagramSocketType.Clone()

コピーの作成DiagramSocketType

戻り値: コピー

GetSocketType
public static DiagramSocketType GetSocketType(Type parameterType)
result = DiagramSocketType.GetSocketType(parameterType)

Get DiagramSocketType for Type.

parameterType
種類。

戻り値: ダイアグラムソケットタイプ。

Load
public void Load(SettingsStorage storage)
diagramSocketType.Load(storage)

設定をロードします。

storage
設定ストレージ。
OnEquals
protected override bool OnEquals(DiagramSocketType other)
result = diagramSocketType.OnEquals(other)

同等性に関するDiagramSocketType@を比較。

other
比較する別の値。

戻り値: 、指定されたオブジェクトが現在のオブジェクトと等しい場合、そうでなければ、 。

OnPropertyChanged
protected virtual void OnPropertyChanged(string propertyName)
diagramSocketType.OnPropertyChanged(propertyName)

接続プロパティ値変更イベントを呼び出します。

propertyName
プロパティ名。
RegisterType``1
public static DiagramSocketType RegisterType<T>(string name, Color color)
result = DiagramSocketType.RegisterType(name, color)

接続タイプを登録する

name
接続タイプの名前。
color
接続色。

戻り値: 接続タイプ。

Save
public void Save(SettingsStorage storage)
diagramSocketType.Save(storage)

設定を保存します。

storage
設定ストレージ。
ToString
public override string ToString()
result = diagramSocketType.ToString()

ライン表現に換算します。

戻り値: 弦のパフォーマンス。

イベント

PropertyChanged
public event PropertyChangedEventHandler PropertyChanged
diagramSocketType.PropertyChanged += handler

接続プロパティーの値変更イベント。

フィールド

Any
public static readonly DiagramSocketType Any
value = DiagramSocketType.Any

未知のデータ型

BasketBlackScholes
public static readonly DiagramSocketType BasketBlackScholes
value = DiagramSocketType.BasketBlackScholes

黒の穴。

BlackScholes
public static readonly DiagramSocketType BlackScholes
value = DiagramSocketType.BlackScholes

黒の穴。

Bool
public static readonly DiagramSocketType Bool
value = DiagramSocketType.Bool

フラグ。

Candle
public static readonly DiagramSocketType Candle
value = DiagramSocketType.Candle

キャンドル。

CandleStates
public static readonly DiagramSocketType CandleStates
value = DiagramSocketType.CandleStates

キャンドルの状態。

Comparable
public static readonly DiagramSocketType Comparable
value = DiagramSocketType.Comparable

比較可能な値。

Date
public static readonly DiagramSocketType Date
value = DiagramSocketType.Date

戦略。

IndicatorValue
public static readonly DiagramSocketType IndicatorValue
value = DiagramSocketType.IndicatorValue

インジケータ値。

MarketDepth
public static readonly DiagramSocketType MarketDepth
value = DiagramSocketType.MarketDepth

市場深度。

MyTrade
public static readonly DiagramSocketType MyTrade
value = DiagramSocketType.MyTrade

取引を自分で行う。

Options
public static readonly DiagramSocketType Options
value = DiagramSocketType.Options

オプション。

Order
public static readonly DiagramSocketType Order
value = DiagramSocketType.Order

注文。

OrderFail
public static readonly DiagramSocketType OrderFail
value = DiagramSocketType.OrderFail

注文は失敗します。

OrderState
public static readonly DiagramSocketType OrderState
value = DiagramSocketType.OrderState

注文状態。

Portfolio
public static readonly DiagramSocketType Portfolio
value = DiagramSocketType.Portfolio

ポートフォリオ

Position
public static readonly DiagramSocketType Position
value = DiagramSocketType.Position

ポジション。

Quote
public static readonly DiagramSocketType Quote
value = DiagramSocketType.Quote

見積り

Security
public static readonly DiagramSocketType Security
value = DiagramSocketType.Security

金融商品取引

Side
public static readonly DiagramSocketType Side
value = DiagramSocketType.Side

サイド。

Strategy
public static readonly DiagramSocketType Strategy
value = DiagramSocketType.Strategy

戦略。

String
public static readonly DiagramSocketType String
value = DiagramSocketType.String

テキスト文字列。

Time
public static readonly DiagramSocketType Time
value = DiagramSocketType.Time

代表取締役社長 佐藤 浩

Trade
public static readonly DiagramSocketType Trade
value = DiagramSocketType.Trade

貿易。

Unit
public static readonly DiagramSocketType Unit
value = DiagramSocketType.Unit

数値化値。