aboutsummaryrefslogtreecommitdiff
path: root/finance/quickfix/pkg-plist
blob: 729b63d47503e78e003ed76e22ad38dfe2d45e35 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
include/quickfix/Acceptor.h
include/quickfix/Allocator.h
include/quickfix/Application.h
include/quickfix/AtomicCount.h
include/quickfix/DOMDocument.h
include/quickfix/DataDictionary.h
include/quickfix/DataDictionaryProvider.h
include/quickfix/DatabaseConnectionID.h
include/quickfix/DatabaseConnectionPool.h
include/quickfix/Dictionary.h
include/quickfix/Event.h
include/quickfix/Exceptions.h
include/quickfix/Field.h
include/quickfix/FieldConvertors.h
include/quickfix/FieldMap.h
include/quickfix/FieldNumbers.h
include/quickfix/FieldTypes.h
include/quickfix/Fields.h
include/quickfix/FileLog.h
include/quickfix/FileStore.h
include/quickfix/FixFieldNumbers.h
include/quickfix/FixFields.h
include/quickfix/FixValues.h
include/quickfix/FlexLexer.h
include/quickfix/Group.h
include/quickfix/HtmlBuilder.h
include/quickfix/HttpConnection.h
include/quickfix/HttpMessage.h
include/quickfix/HttpParser.h
include/quickfix/HttpServer.h
include/quickfix/Initiator.h
include/quickfix/Log.h
include/quickfix/Message.h
include/quickfix/MessageCracker.h
include/quickfix/MessageSorters.h
include/quickfix/MessageStore.h
include/quickfix/Mutex.h
include/quickfix/MySQLConnection.h
include/quickfix/MySQLLog.h
include/quickfix/MySQLStore.h
include/quickfix/NullStore.h
include/quickfix/OdbcConnection.h
include/quickfix/OdbcLog.h
include/quickfix/OdbcStore.h
include/quickfix/PUGIXML_DOMDocument.h
include/quickfix/Parser.h
include/quickfix/PostgreSQLConnection.h
include/quickfix/PostgreSQLLog.h
include/quickfix/PostgreSQLStore.h
include/quickfix/Queue.h
include/quickfix/Responder.h
include/quickfix/SSLSocketAcceptor.h
include/quickfix/SSLSocketConnection.h
include/quickfix/SSLSocketInitiator.h
include/quickfix/Session.h
include/quickfix/SessionFactory.h
include/quickfix/SessionID.h
include/quickfix/SessionSettings.h
include/quickfix/SessionState.h
include/quickfix/Settings.h
include/quickfix/SharedArray.h
include/quickfix/SocketAcceptor.h
include/quickfix/SocketConnection.h
include/quickfix/SocketConnector.h
include/quickfix/SocketInitiator.h
include/quickfix/SocketMonitor.h
include/quickfix/SocketServer.h
include/quickfix/ThreadedSSLSocketAcceptor.h
include/quickfix/ThreadedSSLSocketConnection.h
include/quickfix/ThreadedSSLSocketInitiator.h
include/quickfix/ThreadedSocketAcceptor.h
include/quickfix/ThreadedSocketConnection.h
include/quickfix/ThreadedSocketInitiator.h
include/quickfix/TimeRange.h
include/quickfix/Utility.h
include/quickfix/UtilitySSL.h
include/quickfix/Values.h
include/quickfix/config-all.h
include/quickfix/dirent_windows.h
include/quickfix/fix40/Advertisement.h
include/quickfix/fix40/Allocation.h
include/quickfix/fix40/AllocationInstructionAck.h
include/quickfix/fix40/DontKnowTrade.h
include/quickfix/fix40/Email.h
include/quickfix/fix40/ExecutionReport.h
include/quickfix/fix40/Heartbeat.h
include/quickfix/fix40/IOI.h
include/quickfix/fix40/ListCancelRequest.h
include/quickfix/fix40/ListExecute.h
include/quickfix/fix40/ListStatus.h
include/quickfix/fix40/ListStatusRequest.h
include/quickfix/fix40/Logon.h
include/quickfix/fix40/Logout.h
include/quickfix/fix40/Message.h
include/quickfix/fix40/MessageCracker.h
include/quickfix/fix40/NewOrderList.h
include/quickfix/fix40/NewOrderSingle.h
include/quickfix/fix40/News.h
include/quickfix/fix40/OrderCancelReject.h
include/quickfix/fix40/OrderCancelReplaceRequest.h
include/quickfix/fix40/OrderCancelRequest.h
include/quickfix/fix40/OrderStatusRequest.h
include/quickfix/fix40/Quote.h
include/quickfix/fix40/QuoteRequest.h
include/quickfix/fix40/Reject.h
include/quickfix/fix40/ResendRequest.h
include/quickfix/fix40/SequenceReset.h
include/quickfix/fix40/TestRequest.h
include/quickfix/fix41/Advertisement.h
include/quickfix/fix41/Allocation.h
include/quickfix/fix41/AllocationInstructionAck.h
include/quickfix/fix41/DontKnowTrade.h
include/quickfix/fix41/Email.h
include/quickfix/fix41/ExecutionReport.h
include/quickfix/fix41/Heartbeat.h
include/quickfix/fix41/IOI.h
include/quickfix/fix41/ListCancelRequest.h
include/quickfix/fix41/ListExecute.h
include/quickfix/fix41/ListStatus.h
include/quickfix/fix41/ListStatusRequest.h
include/quickfix/fix41/Logon.h
include/quickfix/fix41/Logout.h
include/quickfix/fix41/Message.h
include/quickfix/fix41/MessageCracker.h
include/quickfix/fix41/NewOrderList.h
include/quickfix/fix41/NewOrderSingle.h
include/quickfix/fix41/News.h
include/quickfix/fix41/OrderCancelReject.h
include/quickfix/fix41/OrderCancelReplaceRequest.h
include/quickfix/fix41/OrderCancelRequest.h
include/quickfix/fix41/OrderStatusRequest.h
include/quickfix/fix41/Quote.h
include/quickfix/fix41/QuoteRequest.h
include/quickfix/fix41/Reject.h
include/quickfix/fix41/ResendRequest.h
include/quickfix/fix41/SequenceReset.h
include/quickfix/fix41/SettlementInstructions.h
include/quickfix/fix41/TestRequest.h
include/quickfix/fix42/Advertisement.h
include/quickfix/fix42/Allocation.h
include/quickfix/fix42/AllocationInstructionAck.h
include/quickfix/fix42/BidRequest.h
include/quickfix/fix42/BidResponse.h
include/quickfix/fix42/BusinessMessageReject.h
include/quickfix/fix42/DontKnowTrade.h
include/quickfix/fix42/Email.h
include/quickfix/fix42/ExecutionReport.h
include/quickfix/fix42/Heartbeat.h
include/quickfix/fix42/IOI.h
include/quickfix/fix42/ListCancelRequest.h
include/quickfix/fix42/ListExecute.h
include/quickfix/fix42/ListStatus.h
include/quickfix/fix42/ListStatusRequest.h
include/quickfix/fix42/ListStrikePrice.h
include/quickfix/fix42/Logon.h
include/quickfix/fix42/Logout.h
include/quickfix/fix42/MarketDataIncrementalRefresh.h
include/quickfix/fix42/MarketDataRequest.h
include/quickfix/fix42/MarketDataRequestReject.h
include/quickfix/fix42/MarketDataSnapshotFullRefresh.h
include/quickfix/fix42/MassQuote.h
include/quickfix/fix42/Message.h
include/quickfix/fix42/MessageCracker.h
include/quickfix/fix42/NewOrderList.h
include/quickfix/fix42/NewOrderSingle.h
include/quickfix/fix42/News.h
include/quickfix/fix42/OrderCancelReject.h
include/quickfix/fix42/OrderCancelReplaceRequest.h
include/quickfix/fix42/OrderCancelRequest.h
include/quickfix/fix42/OrderStatusRequest.h
include/quickfix/fix42/Quote.h
include/quickfix/fix42/QuoteAcknowledgement.h
include/quickfix/fix42/QuoteCancel.h
include/quickfix/fix42/QuoteRequest.h
include/quickfix/fix42/QuoteStatusRequest.h
include/quickfix/fix42/Reject.h
include/quickfix/fix42/ResendRequest.h
include/quickfix/fix42/SecurityDefinition.h
include/quickfix/fix42/SecurityDefinitionRequest.h
include/quickfix/fix42/SecurityStatus.h
include/quickfix/fix42/SecurityStatusRequest.h
include/quickfix/fix42/SequenceReset.h
include/quickfix/fix42/SettlementInstructions.h
include/quickfix/fix42/TestRequest.h
include/quickfix/fix42/TradingSessionStatus.h
include/quickfix/fix42/TradingSessionStatusRequest.h
include/quickfix/fix43/Advertisement.h
include/quickfix/fix43/Allocation.h
include/quickfix/fix43/AllocationAck.h
include/quickfix/fix43/BidRequest.h
include/quickfix/fix43/BidResponse.h
include/quickfix/fix43/BusinessMessageReject.h
include/quickfix/fix43/CrossOrderCancelReplaceRequest.h
include/quickfix/fix43/CrossOrderCancelRequest.h
include/quickfix/fix43/DerivativeSecurityList.h
include/quickfix/fix43/DerivativeSecurityListRequest.h
include/quickfix/fix43/DontKnowTrade.h
include/quickfix/fix43/Email.h
include/quickfix/fix43/ExecutionReport.h
include/quickfix/fix43/Heartbeat.h
include/quickfix/fix43/IOI.h
include/quickfix/fix43/ListCancelRequest.h
include/quickfix/fix43/ListExecute.h
include/quickfix/fix43/ListStatus.h
include/quickfix/fix43/ListStatusRequest.h
include/quickfix/fix43/ListStrikePrice.h
include/quickfix/fix43/Logon.h
include/quickfix/fix43/Logout.h
include/quickfix/fix43/MarketDataIncrementalRefresh.h
include/quickfix/fix43/MarketDataRequest.h
include/quickfix/fix43/MarketDataRequestReject.h
include/quickfix/fix43/MarketDataSnapshotFullRefresh.h
include/quickfix/fix43/MassQuote.h
include/quickfix/fix43/MassQuoteAcknowledgement.h
include/quickfix/fix43/Message.h
include/quickfix/fix43/MessageCracker.h
include/quickfix/fix43/MultilegOrderCancelReplaceRequest.h
include/quickfix/fix43/NewOrderCross.h
include/quickfix/fix43/NewOrderList.h
include/quickfix/fix43/NewOrderMultileg.h
include/quickfix/fix43/NewOrderSingle.h
include/quickfix/fix43/News.h
include/quickfix/fix43/OrderCancelReject.h
include/quickfix/fix43/OrderCancelReplaceRequest.h
include/quickfix/fix43/OrderCancelRequest.h
include/quickfix/fix43/OrderMassCancelReport.h
include/quickfix/fix43/OrderMassCancelRequest.h
include/quickfix/fix43/OrderMassStatusRequest.h
include/quickfix/fix43/OrderStatusRequest.h
include/quickfix/fix43/Quote.h
include/quickfix/fix43/QuoteCancel.h
include/quickfix/fix43/QuoteRequest.h
include/quickfix/fix43/QuoteRequestReject.h
include/quickfix/fix43/QuoteStatusReport.h
include/quickfix/fix43/QuoteStatusRequest.h
include/quickfix/fix43/RFQRequest.h
include/quickfix/fix43/RegistrationInstructions.h
include/quickfix/fix43/RegistrationInstructionsResponse.h
include/quickfix/fix43/Reject.h
include/quickfix/fix43/ResendRequest.h
include/quickfix/fix43/SecurityDefinition.h
include/quickfix/fix43/SecurityDefinitionRequest.h
include/quickfix/fix43/SecurityList.h
include/quickfix/fix43/SecurityListRequest.h
include/quickfix/fix43/SecurityStatus.h
include/quickfix/fix43/SecurityStatusRequest.h
include/quickfix/fix43/SecurityTypeRequest.h
include/quickfix/fix43/SecurityTypes.h
include/quickfix/fix43/SequenceReset.h
include/quickfix/fix43/SettlementInstructions.h
include/quickfix/fix43/TestRequest.h
include/quickfix/fix43/TradeCaptureReport.h
include/quickfix/fix43/TradeCaptureReportRequest.h
include/quickfix/fix43/TradingSessionStatus.h
include/quickfix/fix43/TradingSessionStatusRequest.h
include/quickfix/fix43/XMLnonFIX.h
include/quickfix/fix44/Advertisement.h
include/quickfix/fix44/AllocationInstruction.h
include/quickfix/fix44/AllocationInstructionAck.h
include/quickfix/fix44/AllocationReport.h
include/quickfix/fix44/AllocationReportAck.h
include/quickfix/fix44/AssignmentReport.h
include/quickfix/fix44/BidRequest.h
include/quickfix/fix44/BidResponse.h
include/quickfix/fix44/BusinessMessageReject.h
include/quickfix/fix44/CollateralAssignment.h
include/quickfix/fix44/CollateralInquiry.h
include/quickfix/fix44/CollateralInquiryAck.h
include/quickfix/fix44/CollateralReport.h
include/quickfix/fix44/CollateralRequest.h
include/quickfix/fix44/CollateralResponse.h
include/quickfix/fix44/Confirmation.h
include/quickfix/fix44/ConfirmationAck.h
include/quickfix/fix44/ConfirmationRequest.h
include/quickfix/fix44/CrossOrderCancelReplaceRequest.h
include/quickfix/fix44/CrossOrderCancelRequest.h
include/quickfix/fix44/DerivativeSecurityList.h
include/quickfix/fix44/DerivativeSecurityListRequest.h
include/quickfix/fix44/DontKnowTrade.h
include/quickfix/fix44/Email.h
include/quickfix/fix44/ExecutionReport.h
include/quickfix/fix44/Heartbeat.h
include/quickfix/fix44/IOI.h
include/quickfix/fix44/ListCancelRequest.h
include/quickfix/fix44/ListExecute.h
include/quickfix/fix44/ListStatus.h
include/quickfix/fix44/ListStatusRequest.h
include/quickfix/fix44/ListStrikePrice.h
include/quickfix/fix44/Logon.h
include/quickfix/fix44/Logout.h
include/quickfix/fix44/MarketDataIncrementalRefresh.h
include/quickfix/fix44/MarketDataRequest.h
include/quickfix/fix44/MarketDataRequestReject.h
include/quickfix/fix44/MarketDataSnapshotFullRefresh.h
include/quickfix/fix44/MassQuote.h
include/quickfix/fix44/MassQuoteAcknowledgement.h
include/quickfix/fix44/Message.h
include/quickfix/fix44/MessageCracker.h
include/quickfix/fix44/MultilegOrderCancelReplace.h
include/quickfix/fix44/NetworkCounterpartySystemStatusRequest.h
include/quickfix/fix44/NetworkCounterpartySystemStatusResponse.h
include/quickfix/fix44/NewOrderCross.h
include/quickfix/fix44/NewOrderList.h
include/quickfix/fix44/NewOrderMultileg.h
include/quickfix/fix44/NewOrderSingle.h
include/quickfix/fix44/News.h
include/quickfix/fix44/OrderCancelReject.h
include/quickfix/fix44/OrderCancelReplaceRequest.h
include/quickfix/fix44/OrderCancelRequest.h
include/quickfix/fix44/OrderMassCancelReport.h
include/quickfix/fix44/OrderMassCancelRequest.h
include/quickfix/fix44/OrderMassStatusRequest.h
include/quickfix/fix44/OrderStatusRequest.h
include/quickfix/fix44/PositionMaintenanceReport.h
include/quickfix/fix44/PositionMaintenanceRequest.h
include/quickfix/fix44/PositionReport.h
include/quickfix/fix44/Quote.h
include/quickfix/fix44/QuoteCancel.h
include/quickfix/fix44/QuoteRequest.h
include/quickfix/fix44/QuoteRequestReject.h
include/quickfix/fix44/QuoteResponse.h
include/quickfix/fix44/QuoteStatusReport.h
include/quickfix/fix44/QuoteStatusRequest.h
include/quickfix/fix44/RFQRequest.h
include/quickfix/fix44/RegistrationInstructions.h
include/quickfix/fix44/RegistrationInstructionsResponse.h
include/quickfix/fix44/Reject.h
include/quickfix/fix44/RequestForPositions.h
include/quickfix/fix44/RequestForPositionsAck.h
include/quickfix/fix44/ResendRequest.h
include/quickfix/fix44/SecurityDefinition.h
include/quickfix/fix44/SecurityDefinitionRequest.h
include/quickfix/fix44/SecurityList.h
include/quickfix/fix44/SecurityListRequest.h
include/quickfix/fix44/SecurityStatus.h
include/quickfix/fix44/SecurityStatusRequest.h
include/quickfix/fix44/SecurityTypeRequest.h
include/quickfix/fix44/SecurityTypes.h
include/quickfix/fix44/SequenceReset.h
include/quickfix/fix44/SettlementInstructionRequest.h
include/quickfix/fix44/SettlementInstructions.h
include/quickfix/fix44/TestRequest.h
include/quickfix/fix44/TradeCaptureReport.h
include/quickfix/fix44/TradeCaptureReportAck.h
include/quickfix/fix44/TradeCaptureReportRequest.h
include/quickfix/fix44/TradeCaptureReportRequestAck.h
include/quickfix/fix44/TradingSessionStatus.h
include/quickfix/fix44/TradingSessionStatusRequest.h
include/quickfix/fix44/UserRequest.h
include/quickfix/fix44/UserResponse.h
include/quickfix/fix44/XMLnonFIX.h
include/quickfix/fix50/AdjustedPositionReport.h
include/quickfix/fix50/Advertisement.h
include/quickfix/fix50/AllocationInstruction.h
include/quickfix/fix50/AllocationInstructionAck.h
include/quickfix/fix50/AllocationInstructionAlert.h
include/quickfix/fix50/AllocationReport.h
include/quickfix/fix50/AllocationReportAck.h
include/quickfix/fix50/AssignmentReport.h
include/quickfix/fix50/BidRequest.h
include/quickfix/fix50/BidResponse.h
include/quickfix/fix50/BusinessMessageReject.h
include/quickfix/fix50/CollateralAssignment.h
include/quickfix/fix50/CollateralInquiry.h
include/quickfix/fix50/CollateralInquiryAck.h
include/quickfix/fix50/CollateralReport.h
include/quickfix/fix50/CollateralRequest.h
include/quickfix/fix50/CollateralResponse.h
include/quickfix/fix50/Confirmation.h
include/quickfix/fix50/ConfirmationAck.h
include/quickfix/fix50/ConfirmationRequest.h
include/quickfix/fix50/ContraryIntentionReport.h
include/quickfix/fix50/CrossOrderCancelReplaceRequest.h
include/quickfix/fix50/CrossOrderCancelRequest.h
include/quickfix/fix50/DerivativeSecurityList.h
include/quickfix/fix50/DerivativeSecurityListRequest.h
include/quickfix/fix50/DontKnowTrade.h
include/quickfix/fix50/Email.h
include/quickfix/fix50/ExecutionAcknowledgement.h
include/quickfix/fix50/ExecutionReport.h
include/quickfix/fix50/IOI.h
include/quickfix/fix50/ListCancelRequest.h
include/quickfix/fix50/ListExecute.h
include/quickfix/fix50/ListStatus.h
include/quickfix/fix50/ListStatusRequest.h
include/quickfix/fix50/ListStrikePrice.h
include/quickfix/fix50/MarketDataIncrementalRefresh.h
include/quickfix/fix50/MarketDataRequest.h
include/quickfix/fix50/MarketDataRequestReject.h
include/quickfix/fix50/MarketDataSnapshotFullRefresh.h
include/quickfix/fix50/MassQuote.h
include/quickfix/fix50/MassQuoteAcknowledgement.h
include/quickfix/fix50/Message.h
include/quickfix/fix50/MessageCracker.h
include/quickfix/fix50/MultilegOrderCancelReplace.h
include/quickfix/fix50/NetworkCounterpartySystemStatusRequest.h
include/quickfix/fix50/NetworkCounterpartySystemStatusResponse.h
include/quickfix/fix50/NewOrderCross.h
include/quickfix/fix50/NewOrderList.h
include/quickfix/fix50/NewOrderMultileg.h
include/quickfix/fix50/NewOrderSingle.h
include/quickfix/fix50/News.h
include/quickfix/fix50/OrderCancelReject.h
include/quickfix/fix50/OrderCancelReplaceRequest.h
include/quickfix/fix50/OrderCancelRequest.h
include/quickfix/fix50/OrderMassCancelReport.h
include/quickfix/fix50/OrderMassCancelRequest.h
include/quickfix/fix50/OrderMassStatusRequest.h
include/quickfix/fix50/OrderStatusRequest.h
include/quickfix/fix50/PositionMaintenanceReport.h
include/quickfix/fix50/PositionMaintenanceRequest.h
include/quickfix/fix50/PositionReport.h
include/quickfix/fix50/Quote.h
include/quickfix/fix50/QuoteCancel.h
include/quickfix/fix50/QuoteRequest.h
include/quickfix/fix50/QuoteRequestReject.h
include/quickfix/fix50/QuoteResponse.h
include/quickfix/fix50/QuoteStatusReport.h
include/quickfix/fix50/QuoteStatusRequest.h
include/quickfix/fix50/RFQRequest.h
include/quickfix/fix50/RegistrationInstructions.h
include/quickfix/fix50/RegistrationInstructionsResponse.h
include/quickfix/fix50/RequestForPositions.h
include/quickfix/fix50/RequestForPositionsAck.h
include/quickfix/fix50/SecurityDefinition.h
include/quickfix/fix50/SecurityDefinitionRequest.h
include/quickfix/fix50/SecurityDefinitionUpdateReport.h
include/quickfix/fix50/SecurityList.h
include/quickfix/fix50/SecurityListRequest.h
include/quickfix/fix50/SecurityListUpdateReport.h
include/quickfix/fix50/SecurityStatus.h
include/quickfix/fix50/SecurityStatusRequest.h
include/quickfix/fix50/SecurityTypeRequest.h
include/quickfix/fix50/SecurityTypes.h
include/quickfix/fix50/SettlementInstructionRequest.h
include/quickfix/fix50/SettlementInstructions.h
include/quickfix/fix50/TradeCaptureReport.h
include/quickfix/fix50/TradeCaptureReportAck.h
include/quickfix/fix50/TradeCaptureReportRequest.h
include/quickfix/fix50/TradeCaptureReportRequestAck.h
include/quickfix/fix50/TradingSessionList.h
include/quickfix/fix50/TradingSessionListRequest.h
include/quickfix/fix50/TradingSessionStatus.h
include/quickfix/fix50/TradingSessionStatusRequest.h
include/quickfix/fix50/UserRequest.h
include/quickfix/fix50/UserResponse.h
include/quickfix/fix50sp1/AdjustedPositionReport.h
include/quickfix/fix50sp1/Advertisement.h
include/quickfix/fix50sp1/AllocationInstruction.h
include/quickfix/fix50sp1/AllocationInstructionAck.h
include/quickfix/fix50sp1/AllocationInstructionAlert.h
include/quickfix/fix50sp1/AllocationReport.h
include/quickfix/fix50sp1/AllocationReportAck.h
include/quickfix/fix50sp1/ApplicationMessageReport.h
include/quickfix/fix50sp1/ApplicationMessageRequest.h
include/quickfix/fix50sp1/ApplicationMessageRequestAck.h
include/quickfix/fix50sp1/AssignmentReport.h
include/quickfix/fix50sp1/BidRequest.h
include/quickfix/fix50sp1/BidResponse.h
include/quickfix/fix50sp1/BusinessMessageReject.h
include/quickfix/fix50sp1/CollateralAssignment.h
include/quickfix/fix50sp1/CollateralInquiry.h
include/quickfix/fix50sp1/CollateralInquiryAck.h
include/quickfix/fix50sp1/CollateralReport.h
include/quickfix/fix50sp1/CollateralRequest.h
include/quickfix/fix50sp1/CollateralResponse.h
include/quickfix/fix50sp1/Confirmation.h
include/quickfix/fix50sp1/ConfirmationAck.h
include/quickfix/fix50sp1/ConfirmationRequest.h
include/quickfix/fix50sp1/ContraryIntentionReport.h
include/quickfix/fix50sp1/CrossOrderCancelReplaceRequest.h
include/quickfix/fix50sp1/CrossOrderCancelRequest.h
include/quickfix/fix50sp1/DerivativeSecurityList.h
include/quickfix/fix50sp1/DerivativeSecurityListRequest.h
include/quickfix/fix50sp1/DerivativeSecurityListUpdateReport.h
include/quickfix/fix50sp1/DontKnowTrade.h
include/quickfix/fix50sp1/Email.h
include/quickfix/fix50sp1/ExecutionAcknowledgement.h
include/quickfix/fix50sp1/ExecutionReport.h
include/quickfix/fix50sp1/IOI.h
include/quickfix/fix50sp1/ListCancelRequest.h
include/quickfix/fix50sp1/ListExecute.h
include/quickfix/fix50sp1/ListStatus.h
include/quickfix/fix50sp1/ListStatusRequest.h
include/quickfix/fix50sp1/ListStrikePrice.h
include/quickfix/fix50sp1/MarketDataIncrementalRefresh.h
include/quickfix/fix50sp1/MarketDataRequest.h
include/quickfix/fix50sp1/MarketDataRequestReject.h
include/quickfix/fix50sp1/MarketDataSnapshotFullRefresh.h
include/quickfix/fix50sp1/MarketDefinition.h
include/quickfix/fix50sp1/MarketDefinitionRequest.h
include/quickfix/fix50sp1/MarketDefinitionUpdateReport.h
include/quickfix/fix50sp1/MassQuote.h
include/quickfix/fix50sp1/MassQuoteAcknowledgement.h
include/quickfix/fix50sp1/Message.h
include/quickfix/fix50sp1/MessageCracker.h
include/quickfix/fix50sp1/MultilegOrderCancelReplace.h
include/quickfix/fix50sp1/NetworkCounterpartySystemStatusRequest.h
include/quickfix/fix50sp1/NetworkCounterpartySystemStatusResponse.h
include/quickfix/fix50sp1/NewOrderCross.h
include/quickfix/fix50sp1/NewOrderList.h
include/quickfix/fix50sp1/NewOrderMultileg.h
include/quickfix/fix50sp1/NewOrderSingle.h
include/quickfix/fix50sp1/News.h
include/quickfix/fix50sp1/OrderCancelReject.h
include/quickfix/fix50sp1/OrderCancelReplaceRequest.h
include/quickfix/fix50sp1/OrderCancelRequest.h
include/quickfix/fix50sp1/OrderMassActionReport.h
include/quickfix/fix50sp1/OrderMassActionRequest.h
include/quickfix/fix50sp1/OrderMassCancelReport.h
include/quickfix/fix50sp1/OrderMassCancelRequest.h
include/quickfix/fix50sp1/OrderMassStatusRequest.h
include/quickfix/fix50sp1/OrderStatusRequest.h
include/quickfix/fix50sp1/PositionMaintenanceReport.h
include/quickfix/fix50sp1/PositionMaintenanceRequest.h
include/quickfix/fix50sp1/PositionReport.h
include/quickfix/fix50sp1/Quote.h
include/quickfix/fix50sp1/QuoteCancel.h
include/quickfix/fix50sp1/QuoteRequest.h
include/quickfix/fix50sp1/QuoteRequestReject.h
include/quickfix/fix50sp1/QuoteResponse.h
include/quickfix/fix50sp1/QuoteStatusReport.h
include/quickfix/fix50sp1/QuoteStatusRequest.h
include/quickfix/fix50sp1/RFQRequest.h
include/quickfix/fix50sp1/RegistrationInstructions.h
include/quickfix/fix50sp1/RegistrationInstructionsResponse.h
include/quickfix/fix50sp1/RequestForPositions.h
include/quickfix/fix50sp1/RequestForPositionsAck.h
include/quickfix/fix50sp1/SecurityDefinition.h
include/quickfix/fix50sp1/SecurityDefinitionRequest.h
include/quickfix/fix50sp1/SecurityDefinitionUpdateReport.h
include/quickfix/fix50sp1/SecurityList.h
include/quickfix/fix50sp1/SecurityListRequest.h
include/quickfix/fix50sp1/SecurityListUpdateReport.h
include/quickfix/fix50sp1/SecurityStatus.h
include/quickfix/fix50sp1/SecurityStatusRequest.h
include/quickfix/fix50sp1/SecurityTypeRequest.h
include/quickfix/fix50sp1/SecurityTypes.h
include/quickfix/fix50sp1/SettlementInstructionRequest.h
include/quickfix/fix50sp1/SettlementInstructions.h
include/quickfix/fix50sp1/SettlementObligationReport.h
include/quickfix/fix50sp1/TradeCaptureReport.h
include/quickfix/fix50sp1/TradeCaptureReportAck.h
include/quickfix/fix50sp1/TradeCaptureReportRequest.h
include/quickfix/fix50sp1/TradeCaptureReportRequestAck.h
include/quickfix/fix50sp1/TradingSessionList.h
include/quickfix/fix50sp1/TradingSessionListRequest.h
include/quickfix/fix50sp1/TradingSessionListUpdateReport.h
include/quickfix/fix50sp1/TradingSessionStatus.h
include/quickfix/fix50sp1/TradingSessionStatusRequest.h
include/quickfix/fix50sp1/UserNotification.h
include/quickfix/fix50sp1/UserRequest.h
include/quickfix/fix50sp1/UserResponse.h
include/quickfix/fix50sp2/AdjustedPositionReport.h
include/quickfix/fix50sp2/Advertisement.h
include/quickfix/fix50sp2/AllocationInstruction.h
include/quickfix/fix50sp2/AllocationInstructionAck.h
include/quickfix/fix50sp2/AllocationInstructionAlert.h
include/quickfix/fix50sp2/AllocationReport.h
include/quickfix/fix50sp2/AllocationReportAck.h
include/quickfix/fix50sp2/ApplicationMessageReport.h
include/quickfix/fix50sp2/ApplicationMessageRequest.h
include/quickfix/fix50sp2/ApplicationMessageRequestAck.h
include/quickfix/fix50sp2/AssignmentReport.h
include/quickfix/fix50sp2/BidRequest.h
include/quickfix/fix50sp2/BidResponse.h
include/quickfix/fix50sp2/BusinessMessageReject.h
include/quickfix/fix50sp2/CollateralAssignment.h
include/quickfix/fix50sp2/CollateralInquiry.h
include/quickfix/fix50sp2/CollateralInquiryAck.h
include/quickfix/fix50sp2/CollateralReport.h
include/quickfix/fix50sp2/CollateralRequest.h
include/quickfix/fix50sp2/CollateralResponse.h
include/quickfix/fix50sp2/Confirmation.h
include/quickfix/fix50sp2/ConfirmationAck.h
include/quickfix/fix50sp2/ConfirmationRequest.h
include/quickfix/fix50sp2/ContraryIntentionReport.h
include/quickfix/fix50sp2/CrossOrderCancelReplaceRequest.h
include/quickfix/fix50sp2/CrossOrderCancelRequest.h
include/quickfix/fix50sp2/DerivativeSecurityList.h
include/quickfix/fix50sp2/DerivativeSecurityListRequest.h
include/quickfix/fix50sp2/DerivativeSecurityListUpdateReport.h
include/quickfix/fix50sp2/DontKnowTrade.h
include/quickfix/fix50sp2/Email.h
include/quickfix/fix50sp2/ExecutionAcknowledgement.h
include/quickfix/fix50sp2/ExecutionReport.h
include/quickfix/fix50sp2/IOI.h
include/quickfix/fix50sp2/ListCancelRequest.h
include/quickfix/fix50sp2/ListExecute.h
include/quickfix/fix50sp2/ListStatus.h
include/quickfix/fix50sp2/ListStatusRequest.h
include/quickfix/fix50sp2/ListStrikePrice.h
include/quickfix/fix50sp2/MarketDataIncrementalRefresh.h
include/quickfix/fix50sp2/MarketDataRequest.h
include/quickfix/fix50sp2/MarketDataRequestReject.h
include/quickfix/fix50sp2/MarketDataSnapshotFullRefresh.h
include/quickfix/fix50sp2/MarketDefinition.h
include/quickfix/fix50sp2/MarketDefinitionRequest.h
include/quickfix/fix50sp2/MarketDefinitionUpdateReport.h
include/quickfix/fix50sp2/MassQuote.h
include/quickfix/fix50sp2/MassQuoteAcknowledgement.h
include/quickfix/fix50sp2/Message.h
include/quickfix/fix50sp2/MessageCracker.h
include/quickfix/fix50sp2/MultilegOrderCancelReplace.h
include/quickfix/fix50sp2/NetworkCounterpartySystemStatusRequest.h
include/quickfix/fix50sp2/NetworkCounterpartySystemStatusResponse.h
include/quickfix/fix50sp2/NewOrderCross.h
include/quickfix/fix50sp2/NewOrderList.h
include/quickfix/fix50sp2/NewOrderMultileg.h
include/quickfix/fix50sp2/NewOrderSingle.h
include/quickfix/fix50sp2/News.h
include/quickfix/fix50sp2/OrderCancelReject.h
include/quickfix/fix50sp2/OrderCancelReplaceRequest.h
include/quickfix/fix50sp2/OrderCancelRequest.h
include/quickfix/fix50sp2/OrderMassActionReport.h
include/quickfix/fix50sp2/OrderMassActionRequest.h
include/quickfix/fix50sp2/OrderMassCancelReport.h
include/quickfix/fix50sp2/OrderMassCancelRequest.h
include/quickfix/fix50sp2/OrderMassStatusRequest.h
include/quickfix/fix50sp2/OrderStatusRequest.h
include/quickfix/fix50sp2/PositionMaintenanceReport.h
include/quickfix/fix50sp2/PositionMaintenanceRequest.h
include/quickfix/fix50sp2/PositionReport.h
include/quickfix/fix50sp2/Quote.h
include/quickfix/fix50sp2/QuoteCancel.h
include/quickfix/fix50sp2/QuoteRequest.h
include/quickfix/fix50sp2/QuoteRequestReject.h
include/quickfix/fix50sp2/QuoteResponse.h
include/quickfix/fix50sp2/QuoteStatusReport.h
include/quickfix/fix50sp2/QuoteStatusRequest.h
include/quickfix/fix50sp2/RFQRequest.h
include/quickfix/fix50sp2/RegistrationInstructions.h
include/quickfix/fix50sp2/RegistrationInstructionsResponse.h
include/quickfix/fix50sp2/RequestForPositions.h
include/quickfix/fix50sp2/RequestForPositionsAck.h
include/quickfix/fix50sp2/SecurityDefinition.h
include/quickfix/fix50sp2/SecurityDefinitionRequest.h
include/quickfix/fix50sp2/SecurityDefinitionUpdateReport.h
include/quickfix/fix50sp2/SecurityList.h
include/quickfix/fix50sp2/SecurityListRequest.h
include/quickfix/fix50sp2/SecurityListUpdateReport.h
include/quickfix/fix50sp2/SecurityStatus.h
include/quickfix/fix50sp2/SecurityStatusRequest.h
include/quickfix/fix50sp2/SecurityTypeRequest.h
include/quickfix/fix50sp2/SecurityTypes.h
include/quickfix/fix50sp2/SettlementInstructionRequest.h
include/quickfix/fix50sp2/SettlementInstructions.h
include/quickfix/fix50sp2/SettlementObligationReport.h
include/quickfix/fix50sp2/StreamAssignmentReport.h
include/quickfix/fix50sp2/StreamAssignmentReportACK.h
include/quickfix/fix50sp2/StreamAssignmentRequest.h
include/quickfix/fix50sp2/TradeCaptureReport.h
include/quickfix/fix50sp2/TradeCaptureReportAck.h
include/quickfix/fix50sp2/TradeCaptureReportRequest.h
include/quickfix/fix50sp2/TradeCaptureReportRequestAck.h
include/quickfix/fix50sp2/TradingSessionList.h
include/quickfix/fix50sp2/TradingSessionListRequest.h
include/quickfix/fix50sp2/TradingSessionListUpdateReport.h
include/quickfix/fix50sp2/TradingSessionStatus.h
include/quickfix/fix50sp2/TradingSessionStatusRequest.h
include/quickfix/fix50sp2/UserNotification.h
include/quickfix/fix50sp2/UserRequest.h
include/quickfix/fix50sp2/UserResponse.h
include/quickfix/fixt11/Heartbeat.h
include/quickfix/fixt11/Logon.h
include/quickfix/fixt11/Logout.h
include/quickfix/fixt11/Message.h
include/quickfix/fixt11/MessageCracker.h
include/quickfix/fixt11/Reject.h
include/quickfix/fixt11/ResendRequest.h
include/quickfix/fixt11/SequenceReset.h
include/quickfix/fixt11/TestRequest.h
include/quickfix/index.h
include/quickfix/stdafx.h
include/quickfix/stdint_msvc.h
include/quickfix/strptime.h
include/quickfix/wx/sharedptr.h
lib/libquickfix.so
lib/libquickfix.so.17
lib/libquickfix.so.17.0.0
libdata/pkgconfig/quickfix.pc
%%PYTHON%%%%PYTHON_SITELIBDIR%%/_quickfix.so
%%PYTHON%%%%PYTHON_SITELIBDIR%%/_quickfix.so.13
%%PYTHON%%%%PYTHON_SITELIBDIR%%/_quickfix.so.13.0.0
%%PYTHON%%%%PYTHON_SITELIBDIR%%/quickfix.py
%%PYTHON%%%%PYTHON_SITELIBDIR%%/quickfix40.py
%%PYTHON%%%%PYTHON_SITELIBDIR%%/quickfix41.py
%%PYTHON%%%%PYTHON_SITELIBDIR%%/quickfix42.py
%%PYTHON%%%%PYTHON_SITELIBDIR%%/quickfix43.py
%%PYTHON%%%%PYTHON_SITELIBDIR%%/quickfix44.py
%%PYTHON%%%%PYTHON_SITELIBDIR%%/quickfix50.py
%%PYTHON%%%%PYTHON_SITELIBDIR%%/quickfix50sp1.py
%%PYTHON%%%%PYTHON_SITELIBDIR%%/quickfix50sp2.py
%%PYTHON%%%%PYTHON_SITELIBDIR%%/quickfixt11.py
%%RUBY%%%%RUBY_SITEARCHLIBDIR%%/quickfix.so
%%RUBY%%%%RUBY_SITEARCHLIBDIR%%/quickfix40.rb
%%RUBY%%%%RUBY_SITEARCHLIBDIR%%/quickfix41.rb
%%RUBY%%%%RUBY_SITEARCHLIBDIR%%/quickfix42.rb
%%RUBY%%%%RUBY_SITEARCHLIBDIR%%/quickfix43.rb
%%RUBY%%%%RUBY_SITEARCHLIBDIR%%/quickfix44.rb
%%RUBY%%%%RUBY_SITEARCHLIBDIR%%/quickfix50.rb
%%RUBY%%%%RUBY_SITEARCHLIBDIR%%/quickfix50sp1.rb
%%RUBY%%%%RUBY_SITEARCHLIBDIR%%/quickfix50sp2.rb
%%RUBY%%%%RUBY_SITEARCHLIBDIR%%/quickfix_fields.rb
%%RUBY%%%%RUBY_SITEARCHLIBDIR%%/quickfix_ruby.rb
%%RUBY%%%%RUBY_SITEARCHLIBDIR%%/quickfixt11.rb
%%DATADIR%%/FIX40.xml
%%DATADIR%%/FIX41.xml
%%DATADIR%%/FIX42.xml
%%DATADIR%%/FIX43.xml
%%DATADIR%%/FIX44.xml
%%DATADIR%%/FIX50.xml
%%DATADIR%%/FIX50SP1.xml
%%DATADIR%%/FIX50SP2.xml
%%DATADIR%%/FIXT11.xml
%%RUBY%%%%DATADIR%%/quickfix40.rb
%%RUBY%%%%DATADIR%%/quickfix41.rb
%%RUBY%%%%DATADIR%%/quickfix42.rb
%%RUBY%%%%DATADIR%%/quickfix43.rb
%%RUBY%%%%DATADIR%%/quickfix44.rb
%%RUBY%%%%DATADIR%%/quickfix50.rb
%%RUBY%%%%DATADIR%%/quickfix50sp1.rb
%%RUBY%%%%DATADIR%%/quickfix50sp2.rb
%%RUBY%%%%DATADIR%%/quickfix_fields.rb
%%RUBY%%%%DATADIR%%/quickfix_ruby.rb
%%RUBY%%%%DATADIR%%/quickfixt11.rb