@sotatech/node-fixjs
Version:
FIX Protocol Parser for Node.js
13 lines (12 loc) • 355 B
TypeScript
/**
* Driver and part of trade in the event that the Security Master file was wrong at the point of entry(Note tag # was reserved in FIX 4.1, added in FIX 4.3)
* tag: 258
* @readonly
* @enum {string} (Boolean)
*/
export declare enum TradedFlatSwitch {
/** Not Traded Flat */
NotTradedFlat = "N",
/** Traded Flat */
TradedFlat = "Y"
}