SubscriptionConfig

StockSharp.Configuration

Represents a persisted market data subscription configuration.

Implementiert: IPersistable, IEquatable<SubscriptionConfig>

Eigenschaften

BuildField : Level1Fields?

Field used during building (for example, a price or volume field name).

BuildFrom : DataType

Source data type used to build the requested data (e.g., build candles from trades).

BuildMode : MarketDataBuildModes?

Build mode for derived data (when data needs to be built from another source).

Count : long?

Optional maximum number of data items to request.

DataType : DataType

Market data type identifier (for example: Level1, MarketDepth, Trades, Candles).

From : DateTime?

Optional start time (UTC) of the requested data interval.

MaxDepth : int?

Optional maximum depth for order book data.

Security : SecurityId?

SecurityId

To : DateTime?

Optional end time (UTC) of the requested data interval.