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
接続プロパティーの値変更イベント。
フィールド
BasketBlackScholes
public static readonly DiagramSocketType BasketBlackScholes
value = DiagramSocketType.BasketBlackScholes
黒の穴。
BlackScholes
public static readonly DiagramSocketType BlackScholes
value = DiagramSocketType.BlackScholes
黒の穴。
CandleStates
public static readonly DiagramSocketType CandleStates
value = DiagramSocketType.CandleStates
キャンドルの状態。
Comparable
public static readonly DiagramSocketType Comparable
value = DiagramSocketType.Comparable
比較可能な値。
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
取引を自分で行う。
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
ポジション。
Security
public static readonly DiagramSocketType Security
value = DiagramSocketType.Security
金融商品取引