UNPKG

@sotatech/node-fixjs

Version:
12 lines (11 loc) 231 B
/** * Indicates which price to use to satisfy the boundary condition. * tag: 42679 * @readonly * @enum {number} (int) */ export declare enum PaymentStreamRealizedVarianceMethod { Previous = 0, Last = 1, Both = 2 }