MDEntry
StockSharp.Fix.Native
市場データ文字列。
プロパティ
Action
public char? Action { get; set; }
value = mDEntry.Action
mDEntry.Action = value
Action. Available types MDUpdateAction.
Buyer
public string Buyer { get; set; }
value = mDEntry.Buyer
mDEntry.Buyer = value
取引でパーティーを購入します。.
CandleState
public CandleStates? CandleState { get; set; }
value = mDEntry.CandleState
mDEntry.CandleState = value
キャンドルの状態。
ClosePrice
public decimal? ClosePrice { get; set; }
value = mDEntry.ClosePrice
mDEntry.ClosePrice = value
定額料金
CloseSize
public decimal? CloseSize { get; set; }
value = mDEntry.CloseSize
mDEntry.CloseSize = value
ボリュームを閉じます。
Currency
public CurrencyTypes? Currency { get; set; }
value = mDEntry.Currency
mDEntry.Currency = value
通貨。
DownTicks
public int? DownTicks { get; set; }
value = mDEntry.DownTicks
mDEntry.DownTicks = value
ダウントレンドティックの数。
HighPrice
public decimal? HighPrice { get; set; }
value = mDEntry.HighPrice
mDEntry.HighPrice = value
最安値。
HighSize
public decimal? HighSize { get; set; }
value = mDEntry.HighSize
mDEntry.HighSize = value
ボリュームが高い。
LowPrice
public decimal? LowPrice { get; set; }
value = mDEntry.LowPrice
mDEntry.LowPrice = value
最安値。
LowSize
public decimal? LowSize { get; set; }
value = mDEntry.LowSize
mDEntry.LowSize = value
ボリュームが低い
NumberOfOrders
public decimal? NumberOfOrders { get; set; }
value = mDEntry.NumberOfOrders
mDEntry.NumberOfOrders = value
注文件数
OpenPrice
public decimal? OpenPrice { get; set; }
value = mDEntry.OpenPrice
mDEntry.OpenPrice = value
開口価格。
OpenSize
public decimal? OpenSize { get; set; }
value = mDEntry.OpenSize
mDEntry.OpenSize = value
ボリュームを開いたまま。
Originator
public char? Originator { get; set; }
value = mDEntry.Originator
mDEntry.Originator = value
オリジナレーター。
OtherValue
public string OtherValue { get; set; }
value = mDEntry.OtherValue
mDEntry.OtherValue = value
追加の文字列値。
Position
public int? Position { get; set; }
value = mDEntry.Position
mDEntry.Position = value
ポジション。
PositionExtra
public int? PositionExtra { get; set; }
value = mDEntry.PositionExtra
mDEntry.PositionExtra = value
位置(extra)。
PriceLevels
public CandlePriceLevel[] PriceLevels { get; set; }
value = mDEntry.PriceLevels
mDEntry.PriceLevels = value
価格レベル。
QuoteCondition
public string QuoteCondition { get; set; }
value = mDEntry.QuoteCondition
mDEntry.QuoteCondition = value
引用符を記述する条件のスペース区切りのリスト。
SecurityId
public SecurityId? SecurityId { get; set; }
value = mDEntry.SecurityId
mDEntry.SecurityId = value
金融商品ID
Seller
public string Seller { get; set; }
value = mDEntry.Seller
mDEntry.Seller = value
取引でパーティーを販売します。.
TickDirection
public char? TickDirection { get; set; }
value = mDEntry.TickDirection
mDEntry.TickDirection = value
ダニの方向。
TotalTicks
public int? TotalTicks { get; set; }
value = mDEntry.TotalTicks
mDEntry.TotalTicks = value
ティックの数。
Type
public char Type { get; set; }
value = mDEntry.Type
mDEntry.Type = value
Data type. Available types MDEntryType.
UpTicks
public int? UpTicks { get; set; }
value = mDEntry.UpTicks
mDEntry.UpTicks = value
トレンドティックの数。