Represents an exchange rate.
Field | Type | Required | Description |
---|---|---|---|
time |
date | ➖ | Gets or sets the time of the exchange rate. |
asset_id_base |
Optional[str] | ➖ | Gets or sets the base asset ID of the exchange rate. |
asset_id_quote |
Optional[str] | ➖ | Gets or sets the quote asset ID of the exchange rate. |
rate |
Optional[float] | ➖ | Gets or sets the exchange rate value. |
src_side_base |
List[components.ModelVwap24RefRate] | ➖ | Gets or sets the VWAP24 reference rates for the base asset. |
src_side_quote |
List[components.ModelVwap24RefRate] | ➖ | Gets or sets the VWAP24 reference rates for the quote asset. |