models/market_transaction

Types

pub type MarketTransaction {
  MarketTransaction(
    waypoint_symbol: waypoint_symbol.WaypointSymbol,
    ship_symbol: ship_symbol.ShipSymbol,
    trade_symbol: trade_symbol.TradeSymbol,
    type_: transaction_type.TransactionType,
    units: Int,
    price_per_unit: Int,
    total_price: Int,
    timestamp: birl.Time,
  )
}

Constructors

Values

Search Document