Class: Quickfix::MDBookType

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) ⇒ MDBookType



13708
13709
13710
13711
13712
13713
13714
# File 'lib/quickfix_fields.rb', line 13708

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

Class Method Details

.fieldObject



13705
13706
13707
# File 'lib/quickfix_fields.rb', line 13705

def MDBookType.field
	return 1021
end