Class: Quickfix::ComplexEventPriceBoundaryPrecision

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ComplexEventPriceBoundaryPrecision

Returns a new instance of ComplexEventPriceBoundaryPrecision.



13513
13514
13515
13516
13517
13518
13519
# File 'lib/quickfix_fields.rb', line 13513

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

Class Method Details

.fieldObject



13510
13511
13512
# File 'lib/quickfix_fields.rb', line 13510

def ComplexEventPriceBoundaryPrecision.field
  return 1488
end