Class: Quickfix::MDSubBookType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MDSubBookType

Returns a new instance of MDSubBookType.



9119
9120
9121
9122
9123
9124
9125
# File 'lib/quickfix_fields.rb', line 9119

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

Class Method Details

.fieldObject



9116
9117
9118
# File 'lib/quickfix_fields.rb', line 9116

def MDSubBookType.field
	return 1173
end