UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 191 B
/** * Type of NBBO information. * tag: 2831 * @readonly * @enum {number} (int) */ export declare enum NBBOEntryType { Bid = 0, Offer = 1, /** Mid-price */ MidPrice = 2 }