UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 224 B
/** * Indicates whether or not to exchange for phsyical. * tag: 411 * @readonly * @enum {string} (Boolean) */ export declare enum ExchangeForPhysical { /** False */ False = "N", /** True */ True = "Y" }