UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 374 B
/** * Indicates whether or not details should be communicated to BrokerOfCredit (i.e. step-in broker). * tag: 208 * @readonly * @enum {string} (Boolean) */ export declare enum NotifyBrokerOfCredit { /** Details should not be communicated */ DetailsShouldNotBeCommunicated = "N", /** Details should be communicated */ DetailsShouldBeCommunicated = "Y" }