Class: Quickfix50Sp1::RegistrationInstructions::NoRegistDtls

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

Defined Under Namespace

Classes: NoNestedPartyIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoRegistDtls



8827
8828
8829
8830
8831
8832
8833
8834
8835
8836
8837
8838
8839
# File 'lib/quickfix50sp1.rb', line 8827

def initialize
  order = Quickfix::IntArray.new(9)
  order[0] = 509
  order[1] = 511
  order[2] = 474
  order[3] = 482
  order[4] = 539
  order[5] = 522
  order[6] = 486
  order[7] = 475
  order[8] = 0
  super(473, 509, order)
end