UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 256 B
/** * Indicates whether or not the order was solicited. * tag: 377 * @readonly * @enum {string} (Boolean) */ export declare enum SolicitedFlag { /** Was not solicited */ WasNotSolicited = "N", /** Was solicited */ WasSolicited = "Y" }