UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 207 B
/** * Specifies the direction of the message. * tag: 385 * @readonly * @enum {string} (char) */ export declare enum MsgDirection { /** Receive */ Receive = "R", /** Send */ Send = "S" }