UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 191 B
/** * Source of NBBO information. * tag: 2834 * @readonly * @enum {number} (int) */ export declare enum NBBOSource { NotApplicable = 0, Direct = 1, SIP = 2, Hybrid = 3 }