Class: Quickfix::UnderlyingLegMaturityDate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingLegMaturityDate

Returns a new instance of UnderlyingLegMaturityDate.



17998
17999
18000
18001
18002
18003
18004
# File 'lib/quickfix_fields.rb', line 17998

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