Class: Quickfix::MDFeedType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MDFeedType

Returns a new instance of MDFeedType.



15775
15776
15777
15778
15779
15780
15781
# File 'lib/quickfix_fields.rb', line 15775

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

Class Method Details

.fieldObject



15772
15773
15774
# File 'lib/quickfix_fields.rb', line 15772

def MDFeedType.field
	return 1022
end