UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 275 B
/** * Indicates whether the trade or position being reported was cleared through a clearing organization. * tag: 1832 * @readonly * @enum {number} (int) */ export declare enum ClearedIndicator { NotCleared = 0, Cleared = 1, Submitted = 2, Rejected = 3 }