MDEntry

StockSharp.Fix.Native

Der Marktdatenstring.

Eigenschaften

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

Aktion. Verfügbare Typen MDUpdateAction.

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

Kaufpartei in einem Handel.

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

Kerzenzustand.

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

Schlusspreis.

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

Volumen zum Schluss.

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

Währung.

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

Anzahl der nach unten tendierenden Ticks.

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

Kennung.

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

Höchster Preis.

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

Volumen in der Höhe.

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

Niedrigster Preis.

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

Volumen bei niedrigem

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

Anzahl der Bestellungen.

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

Eröffnungspreis.

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

Volumen bei geöffnet.

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

Der zusätzliche String-Wert.

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

Preis.

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

Preisniveaus.

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

Platzdefinierte Liste von Bedingungen, die ein Zitat beschreiben.

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

Kennung des Finanzinstruments.

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

Verkauf von Party in einem Trade.

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

Volumen.

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

Die Tick-Richtung.

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

Uhrzeit.

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

Anzahl der Zecken.

Type
public char Type { get; set; }
value = mDEntry.Type
mDEntry.Type = value

Datentyp. Verfügbare Typen MDEntryType.

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

Anzahl der Ticks mit steigendem Trend.

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

Ertrag.