Class: Quickfix::UnderlyingLegMaturityTime

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingLegMaturityTime

Returns a new instance of UnderlyingLegMaturityTime.



18011
18012
18013
18014
18015
18016
18017
# File 'lib/quickfix_fields.rb', line 18011

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