Class: Quickfix50::Confirmation::NoCapacities

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

Instance Method Summary collapse

Constructor Details

#initializeNoCapacities

Returns a new instance of NoCapacities.



9125
9126
9127
9128
9129
9130
9131
9132
# File 'lib/quickfix50.rb', line 9125

def initialize
  order = Quickfix::IntArray.new(4)
  order[0] = 528
  order[1] = 529
  order[2] = 863
  order[3] = 0
  super(862, 528, order)
end