Class: Quickfix::DerivativeMinPriceIncrementAmount

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeMinPriceIncrementAmount

Returns a new instance of DerivativeMinPriceIncrementAmount.



16841
16842
16843
16844
16845
16846
16847
# File 'lib/quickfix_fields.rb', line 16841

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