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

NameTypeDescription
askexchangeoption​<s32>
askpriceoption​<f64>
asksizeoption​<s32>
bidexchangeoption​<s32>
bidpriceoption​<f64>
bidsizeoption​<s32>
condoption​<s32>
timestampoption​<s32>