Method: Quickfix::CollInquiryID#initialize

Defined in:
lib/quickfix_fields.rb

#initialize(data = nil) ⇒ CollInquiryID

Returns a new instance of CollInquiryID.



8482
8483
8484
8485
8486
8487
8488
# File 'lib/quickfix_fields.rb', line 8482

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