Class: Quickfix::ReturnRateDateMode

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) ⇒ ReturnRateDateMode

Returns a new instance of ReturnRateDateMode.



69907
69908
69909
69910
69911
69912
69913
# File 'lib/quickfix_fields.rb', line 69907

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

Class Method Details

.fieldObject



69904
69905
69906
# File 'lib/quickfix_fields.rb', line 69904

def ReturnRateDateMode.field
	return 42710
end