Class: Quickfix::MaturityMonthYearIncrement

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MaturityMonthYearIncrement

Returns a new instance of MaturityMonthYearIncrement.



16373
16374
16375
16376
16377
16378
16379
# File 'lib/quickfix_fields.rb', line 16373

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