UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 278 B
/** * Specifies the party's or parties' intention to clear the trade. * tag: 1924 * @readonly * @enum {number} (int) */ export declare enum ClearingIntention { /** Do not intend to clear */ DoNotIntendToClear = 0, /** Intend to clear */ IntendToClear = 1 }