Record
last-forex-quote
No description available.
record last-forex-quote {
askprice: option<f64>,
bidprice: option<f64>,
timestamp: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| askprice | option<f64> | |
| bidprice | option<f64> | |
| timestamp | option<s32> |