Class: Quickfix::GTBookingInst

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ GTBookingInst

Returns a new instance of 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

Class Method Details

.fieldObject



14394
14395
14396
# File 'lib/quickfix_fields.rb', line 14394

def GTBookingInst.field
  return 427
end