Class: Quickfix50Sp1::Confirmation::NoCapacities

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

Instance Method Summary collapse

Constructor Details

#initializeNoCapacities

Returns a new instance of NoCapacities.



10241
10242
10243
10244
10245
10246
10247
10248
# File 'lib/quickfix50sp1.rb', line 10241

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