Table of Contents

Enum FeedMode

Namespace
DatabentoDotNet.Historical
Assembly
DatabentoDotNet.Historical.dll

A type of data feed.

public enum FeedMode
Extension Methods

Fields

Historical = 0

The historical batch data feed.

HistoricalStreaming = 1

The historical streaming data feed.

Live = 2

The Live data feed, for real-time and intraday historical data.

Remarks

Port of upstream's FeedMode (databento-rs/src/historical/metadata.rs:205-214). Received from metadata.list_unit_prices and never sent, so there is deliberately no place in this library that renders one onto a request.