Class: Quickfix::UnderlyingComplexEventPricePercentage

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

Returns a new instance of UnderlyingComplexEventPricePercentage.



52591
52592
52593
52594
52595
52596
52597
# File 'lib/quickfix_fields.rb', line 52591

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

Class Method Details

.fieldObject



52588
52589
52590
# File 'lib/quickfix_fields.rb', line 52588

def UnderlyingComplexEventPricePercentage.field
  return 2267
end