Class: Quickfix::LegIndexAnnexSource

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) ⇒ LegIndexAnnexSource

Returns a new instance of LegIndexAnnexSource.



42841
42842
42843
42844
42845
42846
42847
# File 'lib/quickfix_fields.rb', line 42841

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

Class Method Details

.fieldObject



42838
42839
42840
# File 'lib/quickfix_fields.rb', line 42838

def LegIndexAnnexSource.field
	return 2175
end