MDEntry

StockSharp.Fix.Native

The market data string.

Properties

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

Buying party in a trade.

CandleState
public CandleStates? CandleState { get; set; }
value = mDEntry.CandleState
mDEntry.CandleState = value

Candle state.

ClosePrice
public decimal? ClosePrice { get; set; }
value = mDEntry.ClosePrice
mDEntry.ClosePrice = value

Closing price.

CloseSize
public decimal? CloseSize { get; set; }
value = mDEntry.CloseSize
mDEntry.CloseSize = value

Volume at close.

Currency
public CurrencyTypes? Currency { get; set; }
value = mDEntry.Currency
mDEntry.Currency = value

Currency.

DownTicks
public int? DownTicks { get; set; }
value = mDEntry.DownTicks
mDEntry.DownTicks = value

Number of down trending ticks.

EntryId
public string EntryId { get; set; }
value = mDEntry.EntryId
mDEntry.EntryId = value

Identifier.

HighPrice
public decimal? HighPrice { get; set; }
value = mDEntry.HighPrice
mDEntry.HighPrice = value

Highest price.

HighSize
public decimal? HighSize { get; set; }
value = mDEntry.HighSize
mDEntry.HighSize = value

Volume at high.

LowPrice
public decimal? LowPrice { get; set; }
value = mDEntry.LowPrice
mDEntry.LowPrice = value

Lowest price.

LowSize
public decimal? LowSize { get; set; }
value = mDEntry.LowSize
mDEntry.LowSize = value

Volume at low

NumberOfOrders
public decimal? NumberOfOrders { get; set; }
value = mDEntry.NumberOfOrders
mDEntry.NumberOfOrders = value

Number of orders.

OpenPrice
public decimal? OpenPrice { get; set; }
value = mDEntry.OpenPrice
mDEntry.OpenPrice = value

Opening price.

OpenSize
public decimal? OpenSize { get; set; }
value = mDEntry.OpenSize
mDEntry.OpenSize = value

Volume at open.

Originator
public char? Originator { get; set; }
value = mDEntry.Originator
mDEntry.Originator = value

Originator.

OtherValue
public string OtherValue { get; set; }
value = mDEntry.OtherValue
mDEntry.OtherValue = value

The additional string value.

Position
public int? Position { get; set; }
value = mDEntry.Position
mDEntry.Position = value

Position.

PositionExtra
public int? PositionExtra { get; set; }
value = mDEntry.PositionExtra
mDEntry.PositionExtra = value

Position (extra).

Price
public decimal? Price { get; set; }
value = mDEntry.Price
mDEntry.Price = value

Price.

PriceLevels
public CandlePriceLevel[] PriceLevels { get; set; }
value = mDEntry.PriceLevels
mDEntry.PriceLevels = value

Price levels.

QuoteCondition
public string QuoteCondition { get; set; }
value = mDEntry.QuoteCondition
mDEntry.QuoteCondition = value

Space-delimited list of conditions describing a quote.

SecurityId
public SecurityId? SecurityId { get; set; }
value = mDEntry.SecurityId
mDEntry.SecurityId = value

Security ID.

Seller
public string Seller { get; set; }
value = mDEntry.Seller
mDEntry.Seller = value

Selling party in a trade.

Size
public decimal? Size { get; set; }
value = mDEntry.Size
mDEntry.Size = value

Volume.

TickDirection
public char? TickDirection { get; set; }
value = mDEntry.TickDirection
mDEntry.TickDirection = value

The tick direction.

Time
public DateTime Time { get; set; }
value = mDEntry.Time
mDEntry.Time = value

Time.

TotalTicks
public int? TotalTicks { get; set; }
value = mDEntry.TotalTicks
mDEntry.TotalTicks = value

Number of ticks.

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

Number of up trending ticks.

Yield
public decimal? Yield { get; set; }
value = mDEntry.Yield
mDEntry.Yield = value

Yield.