Method: Quickfix::MaturityTime#initialize

Defined in:
lib/quickfix_fields.rb

#initialize(data = nil) ⇒ MaturityTime

Returns a new instance of MaturityTime.



15762
15763
15764
15765
15766
15767
15768
# File 'lib/quickfix_fields.rb', line 15762

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