@sotatech/node-fixjs
Version:
FIX Protocol Parser for Node.js
13 lines (12 loc) • 345 B
TypeScript
/**
* 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
}