fixparser
Version:
FIX.Latest / 5.0 SP2 Parser
14 lines (13 loc) • 358 B
TypeScript
/**
* Type of attribute(s) or characteristic(s) associated with the transaction.
* - Tag: 2872
* - FIX Specification type: int
* - Mapped type: number
* @readonly
* @public
*/
export declare const TransactionAttributeType: Readonly<{
readonly ExclusiveArrangement: 0;
readonly CollateralReuse: 1;
readonly CollateralArrangmentType: 2;
}>;