Class: Quickfix::UnderlyingStartValue

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStartValue

Returns a new instance of UnderlyingStartValue.



11966
11967
11968
11969
11970
11971
11972
# File 'lib/quickfix_fields.rb', line 11966

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

Class Method Details

.fieldObject



11963
11964
11965
# File 'lib/quickfix_fields.rb', line 11963

def UnderlyingStartValue.field
	return 884
end