Class: Quickfix50Sp2::RegistrationInstructions::NoRegistDtls

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

Defined Under Namespace

Classes: NoNestedPartyIDs

Instance Method Summary collapse

Constructor Details

#initializeNoRegistDtls

Returns a new instance of NoRegistDtls.



6622
6623
6624
6625
6626
6627
6628
6629
6630
6631
6632
6633
6634
# File 'lib/quickfix50sp2.rb', line 6622

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