Class: Quickfix::UnderlyingLegMaturityMonthYear

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingLegMaturityMonthYear

Returns a new instance of UnderlyingLegMaturityMonthYear.



17920
17921
17922
17923
17924
17925
17926
# File 'lib/quickfix_fields.rb', line 17920

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