PlazaType

StockSharp.Plaza.Metadata

プラザプロトコルのデータタイプ。

プロパティ

DotNetType
public Type DotNetType { get; }
value = plazaType.DotNetType

.NET のデータ型をプラザ対応

メソッド

op_Implicit(PlazaType) : PlazaType

オブジェクトPlazaTypeにタイプ値を持ちます。

type
.NETデータ型はプラザ対応

戻り値: オブジェクトPlazaType@

op_Implicit(PlazaType) : PlazaType

オブジェクトPlazaTypeに文字列を持たせます。

value
プラザの種類を記述するライン。

戻り値: オブジェクトPlazaType@

Parse
public static PlazaType Parse(string value)
result = PlazaType.Parse(value)

プラザタイプ(例:d116.5)をオブジェクトPlazaTypeに記述する行を変換します。

value
プラザの種類を記述するライン。

戻り値: オブジェクトPlazaType@

ToString
public override string ToString()
result = plazaType.ToString()

ライン表現を取得します。

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