Class SubscriptionOptions
- Namespace
- DatabentoDotNet.Extensions.Hosting
- Assembly
- DatabentoDotNet.Extensions.Hosting.dll
One subscription within a session.
public sealed class SubscriptionOptions
- Inheritance
-
SubscriptionOptions
- Inherited Members
Properties
Schema
The schema, as its wire string — mbp-1, trades, ohlcv-1s.
public string? Schema { get; set; }
Property Value
Start
An ISO-8601 instant to replay from before going live, or null for real-time only.
public string? Start { get; set; }
Property Value
StypeIn
The input symbology, as its wire string. Defaults to raw_symbol.
public string? StypeIn { get; set; }
Property Value
Symbols
The symbols. A single entry of ALL_SYMBOLS means the whole dataset.
public IList<string> Symbols { get; set; }
Property Value
UseSnapshot
Whether to ask for a book snapshot first. Only the mbo schema supports it.
public bool UseSnapshot { get; set; }