Class: Quickfix::LegEventMonthYear

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

Returns a new instance of LegEventMonthYear.



40163
40164
40165
40166
40167
40168
40169
# File 'lib/quickfix_fields.rb', line 40163

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

Class Method Details

.fieldObject



40160
40161
40162
# File 'lib/quickfix_fields.rb', line 40160

def LegEventMonthYear.field
	return 2341
end