Class: Quickfix50Sp2::Quote::NoQuoteAttributes

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

#initializeNoQuoteAttributes

Returns a new instance of NoQuoteAttributes.



62934
62935
62936
62937
62938
62939
62940
# File 'lib/quickfix50sp2.rb', line 62934

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 2707
	order[1] = 2708
	order[2] = 0
	super(2706, 2707, order)
end