Class: Quickfix::StrikePriceBoundaryPrecision

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StrikePriceBoundaryPrecision

Returns a new instance of StrikePriceBoundaryPrecision.



19584
19585
19586
19587
19588
19589
19590
# File 'lib/quickfix_fields.rb', line 19584

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