Class: Quickfix44::AllocationReport::NoAllocs::NoMiscFees
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix44::AllocationReport::NoAllocs::NoMiscFees
- Defined in:
- lib/quickfix44.rb
Instance Method Summary collapse
-
#initialize ⇒ NoMiscFees
constructor
A new instance of NoMiscFees.
Constructor Details
#initialize ⇒ NoMiscFees
Returns a new instance of NoMiscFees.
9269 9270 9271 9272 9273 9274 9275 9276 9277 |
# File 'lib/quickfix44.rb', line 9269 def initialize order = Quickfix::IntArray.new(5) order[0] = 137 order[1] = 138 order[2] = 139 order[3] = 891 order[4] = 0 super(136, 137, order) end |