Class: Quickfix50Sp1::ApplicationMessageRequestAck::NoApplIDs

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

Instance Method Summary collapse

Constructor Details

#initializeNoApplIDs

Returns a new instance of NoApplIDs.



15513
15514
15515
15516
15517
15518
15519
15520
15521
15522
# File 'lib/quickfix50sp1.rb', line 15513

def initialize
  order = Quickfix::IntArray.new(6)
  order[0] = 1355
  order[1] = 1182
  order[2] = 1183
  order[3] = 1357
  order[4] = 1354
  order[5] = 0
  super(1351, 1355, order)
end