• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2typedef int integer;
3
4class genericMessage
5{
6
7};
8
9class genericField
10{
11
12};
13
14class InstrumentType : public genericField
15{
16  string content;
17
18};
19
20class CounterParty : public genericField
21{
22  string content;
23
24};
25
26class enquiry : public genericMessage
27{
28  bm:InstrumentType InstrumentType ;
29bm:CounterParty CounterParty ;
30
31};
32
33  no_type_specified
34  bizmess ;
35