Class: Quickfix44::TradeCaptureReportRequest::NoDates
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix44::TradeCaptureReportRequest::NoDates
- Defined in:
- lib/quickfix44.rb
Instance Method Summary collapse
-
#initialize ⇒ NoDates
constructor
A new instance of NoDates.
Constructor Details
#initialize ⇒ NoDates
Returns a new instance of NoDates.
6503 6504 6505 6506 6507 6508 6509 |
# File 'lib/quickfix44.rb', line 6503 def initialize order = Quickfix::IntArray.new(3) order[0] = 75 order[1] = 60 order[2] = 0 super(580, 75, order) end |