Class: Quickfix::LegComplexEventPriceBoundaryPrecision

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

Returns a new instance of LegComplexEventPriceBoundaryPrecision.



47586
47587
47588
47589
47590
47591
47592
# File 'lib/quickfix_fields.rb', line 47586

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

Class Method Details

.fieldObject



47583
47584
47585
# File 'lib/quickfix_fields.rb', line 47583

def LegComplexEventPriceBoundaryPrecision.field
  return 2230
end