MDEntry
StockSharp.Fix.Native
La cadena de datos del mercado.
Propiedades
Action
public char? Action { get; set; }
value = mDEntry.Action
mDEntry.Action = value
Acción. Tipos disponibles MDUpdateAction.
Buyer
public string Buyer { get; set; }
value = mDEntry.Buyer
mDEntry.Buyer = value
Comprando parte en un comercio.
CandleState
public CandleStates? CandleState { get; set; }
value = mDEntry.CandleState
mDEntry.CandleState = value
Estado de vela.
ClosePrice
public decimal? ClosePrice { get; set; }
value = mDEntry.ClosePrice
mDEntry.ClosePrice = value
Precio de cierre.
CloseSize
public decimal? CloseSize { get; set; }
value = mDEntry.CloseSize
mDEntry.CloseSize = value
Volumen a la vista.
Currency
public CurrencyTypes? Currency { get; set; }
value = mDEntry.Currency
mDEntry.Currency = value
Moneda.
DownTicks
public int? DownTicks { get; set; }
value = mDEntry.DownTicks
mDEntry.DownTicks = value
Número de garrapatas de tendencia descendente.
EntryId
public string EntryId { get; set; }
value = mDEntry.EntryId
mDEntry.EntryId = value
Identificador.
HighPrice
public decimal? HighPrice { get; set; }
value = mDEntry.HighPrice
mDEntry.HighPrice = value
Precio más alto.
HighSize
public decimal? HighSize { get; set; }
value = mDEntry.HighSize
mDEntry.HighSize = value
Volumen al máximo.
LowPrice
public decimal? LowPrice { get; set; }
value = mDEntry.LowPrice
mDEntry.LowPrice = value
Precio más bajo.
LowSize
public decimal? LowSize { get; set; }
value = mDEntry.LowSize
mDEntry.LowSize = value
Volumen bajo
NumberOfOrders
public decimal? NumberOfOrders { get; set; }
value = mDEntry.NumberOfOrders
mDEntry.NumberOfOrders = value
Número de órdenes.
OpenPrice
public decimal? OpenPrice { get; set; }
value = mDEntry.OpenPrice
mDEntry.OpenPrice = value
Precio de apertura.
OpenSize
public decimal? OpenSize { get; set; }
value = mDEntry.OpenSize
mDEntry.OpenSize = value
Volumen abierto.
Originator
public char? Originator { get; set; }
value = mDEntry.Originator
mDEntry.Originator = value
Originador.
OtherValue
public string OtherValue { get; set; }
value = mDEntry.OtherValue
mDEntry.OtherValue = value
El valor de cadena adicional.
Position
public int? Position { get; set; }
value = mDEntry.Position
mDEntry.Position = value
Posición.
PositionExtra
public int? PositionExtra { get; set; }
value = mDEntry.PositionExtra
mDEntry.PositionExtra = value
Posición (extra).
PriceLevels
public CandlePriceLevel[] PriceLevels { get; set; }
value = mDEntry.PriceLevels
mDEntry.PriceLevels = value
Niveles de precios.
QuoteCondition
public string QuoteCondition { get; set; }
value = mDEntry.QuoteCondition
mDEntry.QuoteCondition = value
Lista de condiciones delimitadas por el espacio que describen una cita.
SecurityId
public SecurityId? SecurityId { get; set; }
value = mDEntry.SecurityId
mDEntry.SecurityId = value
identificación de instrumentos financieros.
Seller
public string Seller { get; set; }
value = mDEntry.Seller
mDEntry.Seller = value
Vendiendo parte en un comercio.
TickDirection
public char? TickDirection { get; set; }
value = mDEntry.TickDirection
mDEntry.TickDirection = value
La dirección de la garrapata.
TotalTicks
public int? TotalTicks { get; set; }
value = mDEntry.TotalTicks
mDEntry.TotalTicks = value
Número de garrapatas.
Type
public char Type { get; set; }
value = mDEntry.Type
mDEntry.Type = value
Tipo de datos. Tipos disponibles MDEntryType.
UpTicks
public int? UpTicks { get; set; }
value = mDEntry.UpTicks
mDEntry.UpTicks = value
Número de garrapatas de tendencia.