UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 345 B
/** * Instruction related to system generated auctions, e.g. flash order auctions. * tag: 1805 * @readonly * @enum {number} (int) */ export declare enum AuctionInstruction { /** Automatic auction permitted (default) */ AutomatedAuctionPermitted = 0, /** Automatic auction not permitted */ AutomatedAuctionNotPermitted = 1 }