Class: Quickfix50Sp2::AllocationInstructionAlert::NoAllocs::NoMiscFees
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp2::AllocationInstructionAlert::NoAllocs::NoMiscFees
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoMiscFees
constructor
A new instance of NoMiscFees.
Constructor Details
#initialize ⇒ NoMiscFees
Returns a new instance of NoMiscFees.
15883 15884 15885 15886 15887 15888 15889 15890 15891 |
# File 'lib/quickfix50sp2.rb', line 15883 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 |