Class: Quickfix::UnderlyingDirtyPrice

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

Returns a new instance of UnderlyingDirtyPrice.



11940
11941
11942
11943
11944
11945
11946
# File 'lib/quickfix_fields.rb', line 11940

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

Class Method Details

.fieldObject



11937
11938
11939
# File 'lib/quickfix_fields.rb', line 11937

def UnderlyingDirtyPrice.field
	return 882
end