Class: Quickfix::LegReturnRateDateMode

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



67317
67318
67319
# File 'lib/quickfix_fields.rb', line 67317

def LegReturnRateDateMode.field
	return 42509
end