# QuoteResultData
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**from_asset** | Option<**String**> | The asset to trade. | [optional]
**to_asset** | Option<**String**> | The asset you want. | [optional]
**bid** | Option<**f32**> | The bid price. | [optional]
**ask** | Option<**f32**> | The ask price | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)