Class: Quickfix::MDBookType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MDBookType

Returns a new instance of MDBookType.



10809
10810
10811
10812
10813
10814
10815
# File 'lib/quickfix_fields.rb', line 10809

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

Class Method Details

.fieldObject



10806
10807
10808
# File 'lib/quickfix_fields.rb', line 10806

def MDBookType.field
	return 1021
end