UNPKG

@sotatech/node-fixjs

Version:
15 lines (14 loc) 253 B
/** * Code to identify the type of BidDescriptor (400). * tag: 399 * @readonly * @enum {number} (int) */ export declare enum BidDescriptorType { /** Sector */ Sector = 1, /** Country */ Country = 2, /** Index */ Index = 3 }