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