@sotatech/node-fixjs
Version:
FIX Protocol Parser for Node.js
19 lines (18 loc) • 338 B
TypeScript
/**
* Time unit associated with the frequency of payments.
* tag: 40754
* @readonly
* @enum {string} (String)
*/
export declare enum PaymentStreamPaymentFrequencyUnit {
/** Day */
Day = "D",
/** Week */
Week = "Wk",
/** Month */
Month = "Mo",
/** Year */
Year = "Yr",
/** Term */
Term = "T"
}