Class: Quickfix41::Allocation::NoAllocs::NoMiscFees

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

Instance Method Summary collapse

Constructor Details

#initializeNoMiscFees



264
265
266
267
268
269
270
271
# File 'lib/quickfix41.rb', line 264

def initialize
  order = Quickfix::IntArray.new(4)
  order[0] = 137
  order[1] = 138
  order[2] = 139
  order[3] = 0
  super(136, 137, order)
end