Class: Quickfix50::TradeCaptureReportRequest::NoDates
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50::TradeCaptureReportRequest::NoDates
- Defined in:
- lib/quickfix50.rb
Instance Method Summary collapse
-
#initialize ⇒ NoDates
constructor
A new instance of NoDates.
Constructor Details
#initialize ⇒ NoDates
Returns a new instance of NoDates.
7541 7542 7543 7544 7545 7546 7547 7548 |
# File 'lib/quickfix50.rb', line 7541 def initialize order = Quickfix::IntArray.new(4) order[0] = 75 order[1] = 779 order[2] = 60 order[3] = 0 super(580, 75, order) end |