Class: Quickfix::LegReturnRateDateMode

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegReturnRateDateMode

Returns a new instance of LegReturnRateDateMode.



67320
67321
67322
67323
67324
67325
67326
# File 'lib/quickfix_fields.rb', line 67320

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