//! Futures market data models.
//!
//! Canonical public types for futures contracts and quotes,
//! shared across Polygon and other futures data providers.
use ;
/// A futures contract quote.
///
/// Obtain via [`Ticker::quote`](crate::Ticker::quote) using the futures symbol (e.g., `"GC=F"`).