Class: Quickfix::NoLegReturnRateDates

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoLegReturnRateDates

Returns a new instance of NoLegReturnRateDates.



67307
67308
67309
67310
67311
67312
67313
# File 'lib/quickfix_fields.rb', line 67307

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