MDEntry
StockSharp.Fix.Native
A cadeia de dados do mercado.
Propriedades
Action
public char? Action { get; set; }
value = mDEntry.Action
mDEntry.Action = value
Action. Tipos disponíveis MDUpdateAction.
Buyer
public string Buyer { get; set; }
value = mDEntry.Buyer
mDEntry.Buyer = value
Comprando uma festa em uma troca.
CandleState
public CandleStates? CandleState { get; set; }
value = mDEntry.CandleState
mDEntry.CandleState = value
Estado da vela.
ClosePrice
public decimal? ClosePrice { get; set; }
value = mDEntry.ClosePrice
mDEntry.ClosePrice = value
Preço de fecho.
CloseSize
public decimal? CloseSize { get; set; }
value = mDEntry.CloseSize
mDEntry.CloseSize = value
Volume ao fechar.
Currency
public CurrencyTypes? Currency { get; set; }
value = mDEntry.Currency
mDEntry.Currency = value
Moeda.
DownTicks
public int? DownTicks { get; set; }
value = mDEntry.DownTicks
mDEntry.DownTicks = value
Número de carrapatos de tendência 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
O preço mais alto.
HighSize
public decimal? HighSize { get; set; }
value = mDEntry.HighSize
mDEntry.HighSize = value
Volume elevado.
LowPrice
public decimal? LowPrice { get; set; }
value = mDEntry.LowPrice
mDEntry.LowPrice = value
O preço mais baixo.
LowSize
public decimal? LowSize { get; set; }
value = mDEntry.LowSize
mDEntry.LowSize = value
Volume em baixa
NumberOfOrders
public decimal? NumberOfOrders { get; set; }
value = mDEntry.NumberOfOrders
mDEntry.NumberOfOrders = value
Número de ordens.
OpenPrice
public decimal? OpenPrice { get; set; }
value = mDEntry.OpenPrice
mDEntry.OpenPrice = value
Preço de abertura.
OpenSize
public decimal? OpenSize { get; set; }
value = mDEntry.OpenSize
mDEntry.OpenSize = value
Volume em aberto.
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
O valor adicional da string.
Position
public int? Position { get; set; }
value = mDEntry.Position
mDEntry.Position = value
Posição.
PositionExtra
public int? PositionExtra { get; set; }
value = mDEntry.PositionExtra
mDEntry.PositionExtra = value
Posição (extra).
PriceLevels
public CandlePriceLevel[] PriceLevels { get; set; }
value = mDEntry.PriceLevels
mDEntry.PriceLevels = value
Níveis de preços.
QuoteCondition
public string QuoteCondition { get; set; }
value = mDEntry.QuoteCondition
mDEntry.QuoteCondition = value
Lista delimitada por espaços de condições que descrevem uma citação.
SecurityId
public SecurityId? SecurityId { get; set; }
value = mDEntry.SecurityId
mDEntry.SecurityId = value
ID do instrumento financeiro.
Seller
public string Seller { get; set; }
value = mDEntry.Seller
mDEntry.Seller = value
Vender uma parte numa troca.
TickDirection
public char? TickDirection { get; set; }
value = mDEntry.TickDirection
mDEntry.TickDirection = value
A direcção do tick.
TotalTicks
public int? TotalTicks { get; set; }
value = mDEntry.TotalTicks
mDEntry.TotalTicks = value
Número de carrapatos.
Type
public char Type { get; set; }
value = mDEntry.Type
mDEntry.Type = value
Tipo de dados. Tipos disponíveis MDEntryType.
UpTicks
public int? UpTicks { get; set; }
value = mDEntry.UpTicks
mDEntry.UpTicks = value
Número de carrapatos de tendência ascendentes.