Class: Quickfix::LegMaturityMonthYear

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

Returns a new instance of LegMaturityMonthYear.



8287
8288
8289
8290
8291
8292
8293
# File 'lib/quickfix_fields.rb', line 8287

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

Class Method Details

.fieldObject



8284
8285
8286
# File 'lib/quickfix_fields.rb', line 8284

def LegMaturityMonthYear.field
	return 610
end