fixparser
Version:
FIX.Latest / 5.0 SP2 Parser
18 lines (17 loc) • 368 B
TypeScript
/**
* Number of shares in numeric or relative size.
* - Tag: 27
* - FIX Specification type: String
* - FIX Specification version: FIX42
* - Mapped type: string
* @readonly
* @public
*/
export declare const IOIShares: Readonly<{
/** Large */
readonly Large: 'L';
/** Medium */
readonly Medium: 'M';
/** Small */
readonly Small: 'S';
}>;