Class: Quickfix50Sp2::NewOrderSingle::NoTrdRegPublications

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoTrdRegPublications

Returns a new instance of NoTrdRegPublications.



30677
30678
30679
30680
30681
30682
30683
# File 'lib/quickfix50sp2.rb', line 30677

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 2669
	order[1] = 2670
	order[2] = 0
	super(2668, 2669, order)
end