Class: Quickfix::InstrumentScopeMaturityTime

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ InstrumentScopeMaturityTime

Returns a new instance of InstrumentScopeMaturityTime.



20832
20833
20834
20835
20836
20837
20838
# File 'lib/quickfix_fields.rb', line 20832

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