Class: Quickfix::GTBookingInst

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ GTBookingInst

Returns a new instance of GTBookingInst.



5336
5337
5338
5339
5340
5341
5342
# File 'lib/quickfix_fields.rb', line 5336

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

Class Method Details

.fieldObject



5333
5334
5335
# File 'lib/quickfix_fields.rb', line 5333

def GTBookingInst.field
	return 427
end