Struct MDEntry
- Namespace
- StockSharp.Fix.Native
- Assembly
- StockSharp.Fix.Core.dll
The market data string.
public struct MDEntry
- Inherited Members
- Extension Methods
Properties
Action
Action. Available types MDUpdateAction.
public char? Action { readonly get; set; }
Property Value
- char?
Buyer
Buying party in a trade.
public string Buyer { readonly get; set; }
Property Value
CandleState
Candle state.
public CandleStates? CandleState { readonly get; set; }
Property Value
ClosePrice
Closing price.
public decimal? ClosePrice { readonly get; set; }
Property Value
CloseSize
Volume at close.
public decimal? CloseSize { readonly get; set; }
Property Value
Currency
Currency.
public CurrencyTypes? Currency { readonly get; set; }
Property Value
- CurrencyTypes?
DownTicks
Number of down trending ticks.
public int? DownTicks { readonly get; set; }
Property Value
- int?
EntryId
Identifier.
public string EntryId { readonly get; set; }
Property Value
HighPrice
Highest price.
public decimal? HighPrice { readonly get; set; }
Property Value
HighSize
Volume at high.
public decimal? HighSize { readonly get; set; }
Property Value
LowPrice
Lowest price.
public decimal? LowPrice { readonly get; set; }
Property Value
LowSize
Volume at low
public decimal? LowSize { readonly get; set; }
Property Value
NumberOfOrders
Number of orders.
public decimal? NumberOfOrders { readonly get; set; }
Property Value
OpenPrice
Opening price.
public decimal? OpenPrice { readonly get; set; }
Property Value
OpenSize
Volume at open.
public decimal? OpenSize { readonly get; set; }
Property Value
Originator
Originator.
public char? Originator { readonly get; set; }
Property Value
- char?
OtherValue
The additional string value.
public string OtherValue { readonly get; set; }
Property Value
Position
Position.
public int? Position { readonly get; set; }
Property Value
- int?
PositionExtra
Position (extra).
public int? PositionExtra { readonly get; set; }
Property Value
- int?
Price
Price.
public decimal? Price { readonly get; set; }
Property Value
PriceLevels
Price levels.
public CandlePriceLevel[] PriceLevels { readonly get; set; }
Property Value
QuoteCondition
Space-delimited list of conditions describing a quote.
public string QuoteCondition { readonly get; set; }
Property Value
SecurityId
Security ID.
public SecurityId? SecurityId { readonly get; set; }
Property Value
Seller
Selling party in a trade.
public string Seller { readonly get; set; }
Property Value
Size
Volume.
public decimal? Size { readonly get; set; }
Property Value
TickDirection
The tick direction.
public char? TickDirection { readonly get; set; }
Property Value
- char?
Time
Time.
public DateTimeOffset Time { readonly get; set; }
Property Value
TotalTicks
Number of ticks.
public int? TotalTicks { readonly get; set; }
Property Value
- int?
Type
Data type. Available types MDEntryType.
public char Type { readonly get; set; }
Property Value
UpTicks
Number of up trending ticks.
public int? UpTicks { readonly get; set; }
Property Value
- int?
Yield
Yield.
public decimal? Yield { readonly get; set; }