Method: Quickfix::GTBookingInst#initialize

Defined in:
lib/quickfix_fields.rb

#initialize(data = nil) ⇒ GTBookingInst



14397
14398
14399
14400
14401
14402
14403
# File 'lib/quickfix_fields.rb', line 14397

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