@sotatech/node-fixjs
Version:
FIX Protocol Parser for Node.js
13 lines (12 loc) • 380 B
TypeScript
/**
* Indicates request for forex accommodation trade to be executed along with security transaction.
* tag: 121
* @readonly
* @enum {string} (Boolean)
*/
export declare enum ForexReq {
/** Do Not Execute Forex After Security Trade */
DoNotExecuteForexAfterSecurityTrade = "N",
/** Execute Forex After Security Trade */
ExecuteForexAfterSecurityTrade = "Y"
}