# MarketTransaction
## Properties
**waypoint_symbol** | **String** | The symbol of the waypoint. |
**ship_symbol** | **String** | The symbol of the ship that made the transaction. |
**trade_symbol** | **String** | The symbol of the trade good. |
**r#type** | **String** | The type of transaction. |
**units** | **i32** | The number of units of the transaction. |
**price_per_unit** | **i32** | The price per unit of the transaction. |
**total_price** | **i32** | The total price of the transaction. |
**timestamp** | **String** | The timestamp of the transaction. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)