Class: Quickfix::ComplexEventPriceBoundaryPrecision

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

Returns a new instance of ComplexEventPriceBoundaryPrecision.



19688
19689
19690
19691
19692
19693
19694
# File 'lib/quickfix_fields.rb', line 19688

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

Class Method Details

.fieldObject



19685
19686
19687
# File 'lib/quickfix_fields.rb', line 19685

def ComplexEventPriceBoundaryPrecision.field
  return 1488
end