fixparser
Version:
FIX.Latest / 5.0 SP2 Parser
14 lines (13 loc) • 354 B
TypeScript
/**
* Specifies the action taken as a result of the PartyActionType(2239) of the PartyActionRequest(35=DH) message.
* - Tag: 2332
* - FIX Specification type: int
* - Mapped type: number
* @readonly
* @public
*/
export declare const PartyActionResponse: Readonly<{
readonly Accepted: 0;
readonly Completed: 1;
readonly Rejected: 2;
}>;