Class: Quickfix::Headline

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ Headline

Returns a new instance of Headline.



6779
6780
6781
6782
6783
6784
6785
# File 'lib/quickfix_fields.rb', line 6779

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

Class Method Details

.fieldObject



6776
6777
6778
# File 'lib/quickfix_fields.rb', line 6776

def Headline.field
	return 148
end