fixparser
Version:
FIX.Latest / 5.0 SP2 Parser
19 lines (18 loc) • 388 B
TypeScript
/**
* BidTradeType
* - Tag: 418
* - FIX Specification type: char
* - Mapped type: string
* @readonly
* @public
*/
export declare const BidTradeType: Readonly<{
/** Agency */
readonly Agency: 'A';
/** VWAP Guarantee */
readonly VWAPGuarantee: 'G';
/** Guaranteed Close */
readonly GuaranteedClose: 'J';
/** Risk Trade */
readonly RiskTrade: 'R';
}>;