Class: Quickfix::UnderlyingDirtyPrice

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDirtyPrice

Returns a new instance of UnderlyingDirtyPrice.



10666
10667
10668
10669
10670
10671
10672
# File 'lib/quickfix_fields.rb', line 10666

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

Class Method Details

.fieldObject



10663
10664
10665
# File 'lib/quickfix_fields.rb', line 10663

def UnderlyingDirtyPrice.field
	return 882
end