Class: Quickfix43::TradeCaptureReportRequest::NoDates
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix43::TradeCaptureReportRequest::NoDates
- Defined in:
- lib/quickfix43.rb
Instance Method Summary collapse
-
#initialize ⇒ NoDates
constructor
A new instance of NoDates.
Constructor Details
#initialize ⇒ NoDates
Returns a new instance of NoDates.
3155 3156 3157 3158 3159 3160 3161 |
# File 'lib/quickfix43.rb', line 3155 def initialize order = Quickfix::IntArray.new(3) order[0] = 75 order[1] = 60 order[2] = 0 super(580, 75, order) end |