Class: Quickfix::IndexAnnexSource

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ IndexAnnexSource

Returns a new instance of IndexAnnexSource.



25668
25669
25670
25671
25672
25673
25674
# File 'lib/quickfix_fields.rb', line 25668

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

Class Method Details

.fieldObject



25665
25666
25667
# File 'lib/quickfix_fields.rb', line 25665

def IndexAnnexSource.field
	return 1960
end