Class: Quickfix50::AllocationInstruction::NoAllocs::NoMiscFees

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50.rb

Instance Method Summary collapse

Constructor Details

#initializeNoMiscFees

Returns a new instance of NoMiscFees.



2195
2196
2197
2198
2199
2200
2201
2202
2203
# File 'lib/quickfix50.rb', line 2195

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