Class: Quickfix::NoAltMDSource

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoAltMDSource

Returns a new instance of NoAltMDSource.



9899
9900
9901
9902
9903
9904
9905
# File 'lib/quickfix_fields.rb', line 9899

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

Class Method Details

.fieldObject



9896
9897
9898
# File 'lib/quickfix_fields.rb', line 9896

def NoAltMDSource.field
	return 816
end