Class: Quickfix50::RegistrationInstructions::NoDistribInsts

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoDistribInsts

Returns a new instance of NoDistribInsts.



8020
8021
8022
8023
8024
8025
8026
8027
8028
8029
8030
8031
8032
# File 'lib/quickfix50.rb', line 8020

def initialize
  order = Quickfix::IntArray.new(9)
  order[0] = 477
  order[1] = 512
  order[2] = 478
  order[3] = 498
  order[4] = 499
  order[5] = 500
  order[6] = 501
  order[7] = 502
  order[8] = 0
  super(510, 477, order)
end