spacetraders_models/contract_deliver_good
Types
pub type ContractDeliverGood {
  ContractDeliverGood(
    trade_symbol: trade_symbol.TradeSymbol,
    destination_symbol: waypoint_symbol.WaypointSymbol,
    units_required: Int,
    units_fulfilled: Int,
  )
}
      
      Constructors
- 
          
ContractDeliverGood( trade_symbol: trade_symbol.TradeSymbol, destination_symbol: waypoint_symbol.WaypointSymbol, units_required: Int, units_fulfilled: Int, ) 
Values
pub fn decoder() -> decode.Decoder(ContractDeliverGood)