Class: Quickfix::NoCollInquiryQualifier
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoCollInquiryQualifier
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoCollInquiryQualifier
constructor
A new instance of NoCollInquiryQualifier.
Constructor Details
#initialize(data = nil) ⇒ NoCollInquiryQualifier
Returns a new instance of NoCollInquiryQualifier.
12655 12656 12657 12658 12659 12660 12661 |
# File 'lib/quickfix_fields.rb', line 12655 def initialize(data = nil) if( data == nil ) super(938) else super(938, data) end end |