Docs.rs
  • nautilus-model-0.48.0
    • nautilus-model 0.48.0
    • Docs.rs crate page
    • LGPL-3.0
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • cjdsellers
    • github:nautechsystems:publish
    • Dependencies
      • anyhow ^1.0.98 normal
      • chrono ^0.4.41 normal
      • derive_builder ^0.20.2 normal
      • enum_dispatch ^0.3.13 normal
      • evalexpr =11.3.1 normal
      • implied-vol ^1.0.1 normal
      • indexmap ^2.9.0 normal
      • log ^0.4.27 normal
      • nautilus-core ^0.48.0 normal
      • pyo3 ^0.24.2 normal optional
      • rstest ^0.25.0 normal optional
      • rust_decimal ^1.37.1 normal
      • rust_decimal_macros ^1.37.1 normal
      • serde ^1.0.219 normal
      • serde_json ^1.0.140 normal
      • strum ^0.27.1 normal
      • tabled ^0.19.0 normal
      • thiserror ^2.0.12 normal
      • thousands ^0.2.0 normal
      • ustr ^1.1.0 normal
      • criterion ^0.5.1 dev
      • float-cmp ^0.10.0 dev
      • iai ^0.1.1 dev
      • cbindgen ^0.29.0 build optional
    • Versions
    • 54.93% of the crate is documented
  • Go to latest version
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

nautilus_model0.48.0

GetTsInit

Required Methods

  • ts_init

Implementors

In nautilus_model::data

nautilus_model::data

Trait GetTsInit

Source
pub trait GetTsInit {
    // Required method
    fn ts_init(&self) -> UnixNanos;
}

Required Methods§

Source

fn ts_init(&self) -> UnixNanos

Implementors§

Source§

impl GetTsInit for Data

Source§

impl GetTsInit for Bar

Source§

impl GetTsInit for InstrumentClose

Source§

impl GetTsInit for OrderBookDelta

Source§

impl GetTsInit for OrderBookDeltas

Source§

impl GetTsInit for OrderBookDepth10

Source§

impl GetTsInit for GreeksData

Source§

impl GetTsInit for PortfolioGreeks

Source§

impl GetTsInit for YieldCurveData

Source§

impl GetTsInit for IndexPriceUpdate

Source§

impl GetTsInit for MarkPriceUpdate

Source§

impl GetTsInit for QuoteTick

Source§

impl GetTsInit for InstrumentStatus

Source§

impl GetTsInit for TradeTick