Class: Quickfix::NoReturnRateDates

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoReturnRateDates

Returns a new instance of NoReturnRateDates.



69894
69895
69896
69897
69898
69899
69900
# File 'lib/quickfix_fields.rb', line 69894

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