Class: Quickfix::InstrumentScopeMaturityMonthYear

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ InstrumentScopeMaturityMonthYear

Returns a new instance of InstrumentScopeMaturityMonthYear.



20819
20820
20821
20822
20823
20824
20825
# File 'lib/quickfix_fields.rb', line 20819

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