@sotatech/node-fixjs
Version:
FIX Protocol Parser for Node.js
19 lines (18 loc) • 497 B
TypeScript
/**
* The ID source of ExDestination
* tag: 1133
* @readonly
* @enum {string} (char)
*/
export declare enum ExDestinationIDSource {
/** BIC (Bank Identification Code) (ISO 9362) */
BIC = "B",
/** Generally accepted market participant identifier (e.g. NASD mnemonic) */
GeneralIdentifier = "C",
/** Proprietary / Custom code */
Proprietary = "D",
/** ISO Country Code */
ISOCountryCode = "E",
/** MIC (ISO 10383 - Market Identifier Code) */
MIC = "G"
}