UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 285 B
/** * Method by which short positions are assigned to an exercise notice during exercise and assignment processing * tag: 744 * @readonly * @enum {string} (char) */ export declare enum AssignmentMethod { /** Pro rata */ ProRata = "P", /** Random */ Random = "R" }