Table of Contents

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

string

CandleState

Candle state.

public CandleStates? CandleState { readonly get; set; }

Property Value

CandleStates?

ClosePrice

Closing price.

public decimal? ClosePrice { readonly get; set; }

Property Value

decimal?

CloseSize

Volume at close.

public decimal? CloseSize { readonly get; set; }

Property Value

decimal?

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

string

HighPrice

Highest price.

public decimal? HighPrice { readonly get; set; }

Property Value

decimal?

HighSize

Volume at high.

public decimal? HighSize { readonly get; set; }

Property Value

decimal?

LowPrice

Lowest price.

public decimal? LowPrice { readonly get; set; }

Property Value

decimal?

LowSize

Volume at low

public decimal? LowSize { readonly get; set; }

Property Value

decimal?

NumberOfOrders

Number of orders.

public decimal? NumberOfOrders { readonly get; set; }

Property Value

decimal?

OpenPrice

Opening price.

public decimal? OpenPrice { readonly get; set; }

Property Value

decimal?

OpenSize

Volume at open.

public decimal? OpenSize { readonly get; set; }

Property Value

decimal?

Originator

Originator.

public char? Originator { readonly get; set; }

Property Value

char?

OtherValue

The additional string value.

public string OtherValue { readonly get; set; }

Property Value

string

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

decimal?

PriceLevels

Price levels.

public CandlePriceLevel[] PriceLevels { readonly get; set; }

Property Value

CandlePriceLevel[]

QuoteCondition

Space-delimited list of conditions describing a quote.

public string QuoteCondition { readonly get; set; }

Property Value

string

SecurityId

Security ID.

public SecurityId? SecurityId { readonly get; set; }

Property Value

SecurityId?

Seller

Selling party in a trade.

public string Seller { readonly get; set; }

Property Value

string

Size

Volume.

public decimal? Size { readonly get; set; }

Property Value

decimal?

TickDirection

The tick direction.

public char? TickDirection { readonly get; set; }

Property Value

char?

Time

Time.

public DateTimeOffset Time { readonly get; set; }

Property Value

DateTimeOffset

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

char

UpTicks

Number of up trending ticks.

public int? UpTicks { readonly get; set; }

Property Value

int?

Yield

Yield.

public decimal? Yield { readonly get; set; }

Property Value

decimal?