nomy-data-models 0.35.8

Data model definitions for Nomy wallet analysis data processing
Documentation
//! Model definitions for Nomy wallet analysis data processing.
//!
//! This file is generated automatically from the Python models.
//! Do not edit this file manually.

pub mod enriched_trade;
pub use enriched_trade::EnrichedTrade;

pub mod market_price;
pub use market_price::MarketPrice;

pub mod position;
pub use position::Position;

pub mod position_trade;
pub use position_trade::PositionTrade;

pub mod raw_trade;
pub use raw_trade::RawTrade;

pub mod service_state;
pub use service_state::ServiceState;

pub mod trade_match;
pub use trade_match::TradeMatch;

pub mod wallet_state;
pub use wallet_state::WalletState;