Skip to main content

Module data

Module data 

Source
Expand description

DataPoint implementations for each market-data class Station persists.

One file per class. Each implements crate::series::DataPoint with a fixed-size little-endian record format. Symbol is NOT stored in the record itself — it lives in the path (<kind>/<exchange>/<account>/<symbol>/...).

Re-exports§

pub use agg_trade::AggTradePoint;
pub use footprint::FootprintPoint;
pub use balance_update::BalanceUpdatePoint;
pub use order_update::OrderUpdatePoint;
pub use position_update::PositionUpdatePoint;
pub use bar::BarPoint;
pub use basis::BasisPoint;
pub use block_trade::BlockTradePoint;
pub use composite_index::CompositeIndexPoint;
pub use funding_rate::FundingRatePoint;
pub use funding_settlement::FundingSettlementPoint;
pub use historical_volatility::HistoricalVolatilityPoint;
pub use index_price::IndexPricePoint;
pub use index_price_kline::IndexPriceKlinePoint;
pub use insurance_fund::InsuranceFundPoint;
pub use liquidation::LiquidationPoint;
pub use long_short_ratio::LongShortRatioPoint;
pub use mark_price::MarkPricePoint;
pub use mark_price_kline::MarkPriceKlinePoint;
pub use market_warning::MarketWarningPoint;
pub use ob_delta::ObDeltaPoint;
pub use ob_snapshot::ObSnapshotPoint;
pub use open_interest::OpenInterestPoint;
pub use option_greeks::OptionGreeksPoint;
pub use orderbook_l3::OrderbookL3Point;
pub use predicted_funding::PredictedFundingPoint;
pub use premium_index_kline::PremiumIndexKlinePoint;
pub use risk_limit::RiskLimitPoint;
pub use settlement_event::SettlementEventPoint;
pub use ticker::TickerPoint;
pub use trade::TradePoint;
pub use volatility_index::VolatilityIndexPoint;

Modules§

agg_trade
balance_update
bar
basis
block_trade
composite_index
footprint
FootprintPoint — time-bucketed OHLCV bar with per-price buy/sell volume.
funding_rate
funding_settlement
historical_volatility
index_price
index_price_kline
insurance_fund
liquidation
long_short_ratio
mark_price
mark_price_kline
market_warning
ob_delta
ob_snapshot
open_interest
option_greeks
order_update
orderbook_l3
position_update
predicted_funding
premium_index_kline
risk_limit
settlement_event
ticker
trade
volatility_index