jspurefix
Version:
pure node js fix engine
10 lines (8 loc) • 328 B
text/typescript
import { IInstrumentPtysSubGrp } from './instrument_ptys_sub_grp'
export interface IInstrumentParties {
InstrumentPartyID?: string// 1019
InstrumentPartyIDSource?: string// 1050
InstrumentPartyRole?: number// 1051
InstrumentPartyRoleQualifier?: number// 2378
InstrumentPtysSubGrp?: IInstrumentPtysSubGrp[]
}