Class: Quickfix50::QuoteResponse::NoQuoteQualifiers

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

Instance Method Summary collapse

Constructor Details

#initializeNoQuoteQualifiers

Returns a new instance of NoQuoteQualifiers.



8720
8721
8722
8723
8724
8725
# File 'lib/quickfix50.rb', line 8720

def initialize
	order = Quickfix::IntArray.new(2)
	order[0] = 695
	order[1] = 0
	super(735, 695, order)
end