[Quickfix-developers] TradeCapture Request Report
Brought to you by:
orenmnero
|
From: Shankar K. <skr...@jw...> - 2006-02-02 15:45:59
|
Per my counterparty spec (based on FIX 4.4) Trade Capture Report Request need the following fields MsgType TradeRequestID TradeRequestType SubscriptionRequestType NoDates TradeDate I am constructing the message the following way. QuickFix44.TradeCaptureReportRequest message = new QuickFix44.TradeCaptureReportRequest(); The above highlighted function takes only 2 arguments traderequestID and trade requestType ! The function with no arguments does not allow me to set subscription request using the message,set Method . Any suggestions. Thanks |