Class: Quickfix::CollInquiryQualifier

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ CollInquiryQualifier

Returns a new instance of CollInquiryQualifier.



12122
12123
12124
12125
12126
12127
12128
# File 'lib/quickfix_fields.rb', line 12122

def initialize(data = nil)
	if( data == nil )
		super(896)
	else
		super(896, data)
	end
end